CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1

Thread: LC3 Help

  1. #1
    Join Date
    May 2011
    Posts
    1

    Talking LC3 Help

    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.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured