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...
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