n2t-cpu
An implementation of the nand2tetris CPU emulator that runs in your browser.
Supports drawing to the screen, but not keyboard input.
Features
- Support for all instructions, not just the author’s 18 default mnemonics.
-
Keyboard shortcuts (replace CTRL with Command on Mac)
Shortcut Behavior ctrl+oOpen a hack file ctrl+shift+oOpen a RAM dump file sStep 1 xStep X shift+xStep X (prompt for X) ctrl+gGo to ROM address ctrl+hGo to RAM address ctrl+bSet a breakpoint at the current PC ctrl+shift+bSet a breakpoint at the prompted address