Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Other Compiled Languages (https://www.askmehelpdesk.com/forumdisplay.php?f=466)
-   -   Simple Assembly language question (https://www.askmehelpdesk.com/showthread.php?t=525691)

  • Nov 13, 2010, 09:58 PM
    Aniruddh Vyas
    Simple Assembly language question
    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.
  • Mar 24, 2011, 10:36 AM
    zen32
    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.

  • All times are GMT -7. The time now is 09:45 PM.