nand2tetris / web-ide

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

[bug]: Output.printInt doesn't print "-" or "~" #364

Closed Arcadonauts closed 2 weeks ago

Arcadonauts commented 2 weeks ago

Tool

VM Emulator

Interface

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

Contact Details

No response

What happened?

(Chrome) The line do Output.printInt(-314); doesn't print the -. Sometimes it prints a black box, but usually it just prints a blank space. The digits (in this example 314) are printed without issue.

Same is true for ~.

Additional Comments

No response

Do you want to try to fix this bug?

Code of Conduct