Nand2Tetris Questions and Answers Forum
›
Architecture
›
Chapter 4
Search
everywhere
only in this topic
Advanced Search
Mult.tst does not match Mult.cmp
Classic
List
Threaded
♦
♦
Locked
3 messages
Andrew Gacek
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Mult.tst does not match Mult.cmp
On the website (and in the zip file), Mult.cmp contains:
| RAM[0] | RAM[1] | RAM[2] |
| 0 | 0 | 0 |
| 1 | 0 | 0 |
| 0 | 2 | 0 |
| 3 | 1 | 3 |
| 2 | 4 | 8 |
| 6 | 7 | 42 |
But in Mult.tst contains only:
output-list RAM[2]%D2.6.2;
I had to change this to:
output-list RAM[0]%D2.6.2 RAM[1]%D2.6.2 RAM[2]%D2.6.2;
Kai
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Mult.tst does not match Mult.cmp
I had the same problem. Have no idea why this happens.
cadet1620
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Mult.tst does not match Mult.cmp
Administrator
The files on the web site don't match. We'll get them fixed soon. For now you can use these two files:
Mult.tst
Mult.cmp
--Mark
Free forum by Nabble
Edit this page