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 routine which adds the two numbers.
If you have any questions feel free to contact me
If you have any questions feel free to contact me




2008-02-17
.asm 
YOU said