nand2tetris-hdl / nand2tetris-hdl.github.io

Nand2Tetris project implementation and HDL API reference.
https://nand2tetris-hdl.github.io
7 stars 3 forks source link

Good Website, but wrong answer #3

Open YizheWill opened 4 years ago

YizheWill commented 4 years ago

if sel = 01 then sel[0] = 1 then sel[1] = 0 this is different from high level conventions.