Fibonacci counter
Program is counting Fibonacci numbers.
Fibonacci numbers are : 1,1,2,3,5,8,13,21,34 ..
In EDX register is the number of repeating or number of Fibonacci numbers that this program will count to.
Comments are now translated to E...
Fibonacci numbers are : 1,1,2,3,5,8,13,21,34 ..
In EDX register is the number of repeating or number of Fibonacci numbers that this program will count to.
Comments are now translated to E...
C program for calculating circumference
As it is written in the title this very simple C program is calculating circumference of circle by given radius of the circle.
Interface is in serbian so I will translate it:
first program will ask you to enter circle radius (Unesite pol...
Interface is in serbian so I will translate it:
first program will ask you to enter circle radius (Unesite pol...
C program as simple calculator
This C program is simple calculator with basic operations : adding (+), subtracting (-), multiplying (*) and dividing (/). You first need to enter two numbers and then choose operation and then you will get result. Choosing operation is done by pres...
Octal number adder
Program is adding two octal numbers represented as ASCII.
Program is written using AT&T syntax and originally was assembled with GCC (GNU Compiler Collection). It is very simple program that uses stack to pass variables as arguments to sub routin...




2008-07-30
.asm