Aniruddh Vyas
Nov 13, 2010, 09:58 PM
I need an assembly language code for a program that prints the sum of first 100 odd numbers using the commands such as mov, _start etc.
zen32
Mar 24, 2011, 10:36 AM
1Write a program that calculates the Fibonacci series: 1, 1, 2, 3, 5, 8, 13, ….. (Except for the first two numbers in the sequence, each number is the sum of the preceding two numbers.) Use LOOP and set the limit for 12 iterations. Assemble, Link, and use DEBUG to trace through the routine.