python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Implementing a 16 bit register in Nand2Tetris (HDL code)
think I am most of the way there, and my hardware simulator accepts the chip, but when running the test script the comparison fails half way through, I'm guessing there is an issue with feeding the ou...
Tropicalthunder27
Votes: 0
Answers: 2
Chapter 2 ALU.hdl not working on final line
When I run ALU-nostat.tst, the code executes perfectly. However, when I run ALU.tst, the code stops on line 1. If I then click the forward arrow again and allow it to test out the following test cases...
CuriousCoder
Votes: 0
Answers: 1
Fill "n" memory locations in Assembler
I'm trying to do the job, but I can't. Can anyone help me and explain how to make the assignment: "fill n memory locations from address with value -1" // R1 <- n
// R2 <- addr
Joker
Votes: 0
Answers: 1
Assembler registers calculation
I have problem with i guess simple example in assembler:
RAM[0] :=RAM[1]%2
I don´t know how to calculate this. Please Could you help me ?
We use A and C instructions. And sytax is probably Intel
Joker
Votes: 0
Answers: 1