selfstudent wrote
I downloaded Rect.asm and it looks broken to me
Rect.asm is the source for the rect.hack test program used in project 5. The ComputerRect.tst script puts a 4 into memory location 0 before running the program, which keeps it from immediately jumping to the halt loop.
For project 6, it suffices to show that your assembler and the supplied assembler generate the same .hack file for the various .asm files in project 6.
--Mark