Skip to content

Assemble CST to LC-3 memory image #2

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

Open
4 of 5 tasks
gipsond opened this issue Feb 7, 2020 · 0 comments
Open
4 of 5 tasks

Assemble CST to LC-3 memory image #2

gipsond opened this issue Feb 7, 2020 · 0 comments
Assignees
Labels
initial development Stuff before enhancements

Comments

@gipsond
Copy link
Contributor

gipsond commented Feb 7, 2020

what

Write process for assembling a complete syntax tree to an LC-3 memory image.

steps

  • Expand pseudo-ops
  • Determine and validate placement in memory
  • Convert labels to offsets
  • Construct lc3_isa Instructions
  • Use lc3_isa conversions to assemble to binary

where

branch: master

open questions

What is our memory image format? File or Rust object?

@gipsond gipsond added the initial development Stuff before enhancements label Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
initial development Stuff before enhancements
Projects
None yet
Development

No branches or pull requests

2 participants