|
What's HappeningIn the 2nd Edition of The Elements of Computing Systems, Section 4.4 Project, Subsection Steps, Step 1 the text reads:
1. Write/edit the Mult.asm program using a plain text editor. Start with the skeletal program stored in projects/04/mult/Mult.asm.
However, in the Nand2Tetris, v2.7, Software Suite, the Multi.asm skeletal program is not present in the above mentioned location.
Expected BehaviorThe Mult.asm skeletal program is present in the projects/04/mult directory.
WorkaroundCreating a Mult.asm file in the projects/04/mult directory and writing the assembly program works as expected.
|