Project 4 Mult.asm Missing in Projects Folder, v2.7

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Project 4 Mult.asm Missing in Projects Folder, v2.7

investineducation

What's Happening

In 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 Behavior

The Mult.asm skeletal program is present in the projects/04/mult directory.

Workaround

Creating a Mult.asm file in the projects/04/mult directory and writing the assembly program works as expected.