-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
initial developmentStuff before enhancementsStuff before enhancements
Description
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_isaInstructions - Use
lc3_isaconversions to assemble to binary
where
branch: master
open questions
What is our memory image format? File or Rust object?
Metadata
Metadata
Assignees
Labels
initial developmentStuff before enhancementsStuff before enhancements