montech
May 8th, 2011, 05:18 PM
I am brand spanking new to this. Well the final project for my class is a calculator in assembly using the LC3. The code is a compilation of a main routine and then adding several subroutines to it. I think I have a problem with the relabeling of labels(ha ha) as you cant have the same label twice in the program(like restore 1 and restore 2 under OpAdd) here is a .txt of the .asm attached. Any input appreciated.