Program Instructions:
No ROM currently loaded!
Maze takes no input
Player 1:
1 -> Move Up
Q -> Move Down
Player 2:
4 -> Move Up
R -> Move Down
Q: Move Left
E: Move Right
W: Place piece
Press
1 2 3
Q W E
A S D
to put X/0 in
corresponding position
W: Move Piece Left
E: Move Piece Right
Q: Rotate
Press any input key
and corresponding
CHIP-8 key will
light up
Takes no input
Instructions are
misaligned
No Info Available
Keyboard to CHIP-8 Keypad Mapping:
1 2 3 4 1 2 3 C
Q W E R ==> 4 5 6 D
A S D F 7 8 9 E
Z X C V A 0 B F
Debugger Instructions:
- Choose ROM from dropdown menu
- Change the pixel and background colors with the color selection tools
- Scroll through stack to see all currently pushed Program Counters
- While Running:
- Pause the current program with the 'Pause Execution' button or by hitting 'O'
- Instruction about to be executed is highlighted in green
- If a breakpoint is hit while a ROM is executing the program will pause
- While paused:
- Step through ROM by pressing the 'Step Execution' Button or 'I'
- Continue execution by pressing the 'Start Execution' Button or 'U'
- Set breakpoints by clicking an instruction, it will be highlighted red
- Remove breakpoints by clicking a red highlighted instruction
- Can freely scroll through instruction list
- Uncheck 'Run On Load' if you don't want ROM execution to begin immediately