Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the listing option for the assembler. #7

Open
donno opened this issue Jan 4, 2014 · 1 comment
Open

Implement the listing option for the assembler. #7

donno opened this issue Jan 4, 2014 · 1 comment
Assignees

Comments

@donno
Copy link
Owner

donno commented Jan 4, 2014

The listing option should include an output of the assembly source annotated with the addresses and data of instructions.

The source should include the comments.

It should also include:

  • Start address
  • Segment table
  • Symbol table
@ghost ghost assigned donno Jan 4, 2014
@donno
Copy link
Owner Author

donno commented Feb 2, 2014

This is already partially implemented, it shows the start address and symbol table as well as the machine code for the instructions.

The things still left to do is:

  • Segment table
  • Accuracy of source lines. Comments are normally missing and formatting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant