Fibonacci counter

2008-07-30
assembly math
.asm

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

1 comment
rating : not rated

Octal number adder

2008-02-17
assembly math
.asm

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

no comments
rating : not rated


copyright ©2006-2008 Milko Leporis

blog powered by LM Blog version 2.0