|
Quick Start (Editor)
- Select Editor
- Press F2 to confirm
- Press Enter (or 5) to enter EDT mode
- Type 169; if you make a mistake you can press F1 to undo
- Type 65
- Press Enter (or *) to move to the next cell
- Press # to enter ASM sub mode
- Type 782 (for STA)
- Select STA n:n from the list
- Type 40
- Press Enter (or *) to move to the next cell
- Type 2
- Press F2 to exit EDT mode
- Press # to switch between MEM and ASM view
(editing is not implemented in ASM view)
- Press * to run the program
- Press F1 to take a look at the video
- Press any key to return to the HALTED screen
- Press F2 to return to NAV mode
|
|
Quick Start (Monitor)
- Select Demos
- Select 6502
- Select loop3
- Press F1 to pause the program
- Press F1 and select Debug
- Press 1 to advance 1 step
- Press 3 to advance n steps (you can set n
pressing F1 and selecting StepSize; default is 10)
- Press 0 to switch between CPU and MEM view
- Press # to take a look at the video
then press any key
to go back to the monitor
- Press F2 to change the memory or the CPU registers
- Press * to continue or press F1 and select Abort
to terminate the program
|