Skip to content

Files

Latest commit

 

History

History

Integer Summation Assembly Program[0]

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Integer Summation Assembly Program

This assembly program reads integers from the user, adds them together until zero is encountered, and then outputs the sum.

How to Use

  1. Download the assembly program for Integer Summation.

  2. Open your CPU simulation tool.

    Link to CPU Simulation Tool

  3. Load or import the assembly program into the CPU simulation tool.

  4. Execute the program and follow the prompts to enter integers.

Assembly Program Description

The assembly program is designed to perform the following steps:

  1. Initialize Variables:
    • Initialize variables for storing user input and the running sum.