Gerrit0 / n2t-cpu

An implementation of the nand2tetris CPU emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose refreshGui/refreshScreen on window

Gerrit0 opened this issue · comments

It would have come in handy when testing the s2020 program:

while (machine.ram[16383] !== 4242) machine.step()
// want to call refreshScreen + refreshGui here