Skip to content

ars13025/CSE4102-HW1

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

CSE4102-HW1

This project is the first homework assignment of CSE 4102. It is a simple register machine that allows the user to use two registers (a & b) to perform the actions listed below.

Actions *Add -This function adds the values in the a and b registers and stores the sum in the a register. The b register remains untouched. *Sub -This function subtracts the value in the b register from that in the a register and stores the result in the a register. The b register remains untouched. *Disp -This function displays the value in the a register.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published