Get JBit at SourceForge.net. Fast, secure and Free Open Source software downloads

[ Home | Documentation | Gallery | Download | Demo | GameKit ]
[ Info | MIDlet | Sheets | SDK ]

Demo (MIDlet)

Quick Start (Editor)

  1. Select Editor
  2. Press F2 to confirm
  3. Press Enter (or 5) to enter EDT mode
  4. Type 169; if you make a mistake you can press F1 to undo
  5. Type 65
  6. Press Enter (or *) to move to the next cell
  7. Press # to enter ASM sub mode
  8. Type 782 (for STA)
  9. Select STA n:n from the list
  10. Type 40
  11. Press Enter (or *) to move to the next cell
  12. Type 2
  13. Press F2 to exit EDT mode
  14. Press # to switch between MEM and ASM view (editing is not implemented in ASM view)
  15. Press * to run the program
  16. Press F1 to take a look at the video
  17. Press any key to return to the HALTED screen
  18. Press F2 to return to NAV mode
+----------+
|          |
|   JBit   |
|  MIDlet  |
| Emulator |
|          |
|  1 2 3   |
|  4 5 6   |
|  7 8 9   |
|  * 0 #   |
|          |
+----------+

Quick Start (Monitor)

  1. Select Demos
  2. Select 6502
  3. Select loop3
  4. Press F1 to pause the program
  5. Press F1 and select Debug
  6. Press 1 to advance 1 step
  7. Press 3 to advance n steps (you can set n pressing F1 and selecting StepSize; default is 10)
  8. Press 0 to switch between CPU and MEM view
  9. Press # to take a look at the video then press any key to go back to the monitor
  10. Press F2 to change the memory or the CPU registers
  11. Press * to continue or press F1 and select Abort to terminate the program