nand2tetris / web-ide

A web-based IDE for https://nand2tetris.org
https://nand2tetris.github.io/web-ide
Other
84 stars 22 forks source link

[bug]: VMEmulator ignoring Sys.wait instruction #495

Open fireilya opened 2 weeks ago

fireilya commented 2 weeks ago

Tool

VM Emulator

Interface

Website (https://nand2tetris.github.io/web-ide)

Contact Details

No response

What happened?

I used VMEmulator to run code that outputs text letter by letter using the Sys.wait(100) instruction. This instruction was simply ignored by the VMEmulator and the program execution was suspended for only 1 clock cycle

Additional Comments

No response

Do you want to try to fix this bug?

Code of Conduct