Hack program that converts binary numbers to decimal
Assignment submission page and details
I've included the files from the page linked above in this repo for convenience.
- ge_output_x.asm
- Font file
- Bin2Dec.drawio.pdf
- Flowchart
- Project3Rubric.pdf
- Grading rubric
- GroupProject3documentationExamples.pdf
- Documentation example
Functions should be prefixed with your first and last initial. DT/MT/FV/AG
Make sure to properly comment and document your code!
User-facing side of the program.
Assignees: Max, Dylan
| Item | Assignee | Status? |
|---|---|---|
| Item 1 | Member1 | ⬜ |
| Item 2 | Member2 | ✅ |
Behind-the-scenes program logic.
Assignees: Filip, Alejandro
| Item | Assignee | Status? |
|---|---|---|
| Checking for special case | ⬜ | |
| Two's Complement | Filip (@yosoyducc) | ⬜ |
12/1/23 DT Finished function dt_getKey and created more detailed flowchart of getKey loop.