Results 27 comments of Roman Lukash

@netalondon Let me try again. BTW Do you have plans to include support for firefox? I guess that would require a lot of effort. Currently I am writing a Jack...

After short testing - I don't get error on this page anymore. I get this error on ![image](https://github.com/user-attachments/assets/b0316484-8958-4eb5-a2c0-aad6603c41b4) or when opening https://nand2tetris.github.io/web-ide/util

Is[ wiki page](https://en.wikipedia.org/wiki/Hack_computer#Symbols_and_numeric_constants) correct? > Hack assembly language allows the use of alphanumeric symbols for number of different specific purposes. A symbol may be any sequence of alphabetic (upper and...

@SemyonSinchenko Now tests are completing successfully. Could you please take a look?

@benjaminclauss qq - have you already written VM translator? If yes how did you debug hack code inside CPU emulator?

Though I guess debugging is still debugging whether it's a vm translated code or just a handwritten assembly code

@DavidSouther @netalondon How to pause a runner from inside vm.ts? I.E. in the case if the current running operation has a breakpoint

The same applies to CPU emulator

Whole log [nand2tetris.github.io-1726296150652.log](https://github.com/user-attachments/files/17001383/nand2tetris.github.io-1726296150652.log)

After debugging somehow "this" pointer (address number 3 ) becomes 0 inside of IntQueue.clear. How to recreate this - compile and run [this](https://github.com/happytomatoe/nand2tetris/tree/982664a23b39fea875385f62c245ecf5786ed360/jack/dino-game/src) I don't get this error if I...