[Japanese]

KUE-CHIP2 Simulator User's Manual
1. Overview
2. Display subsystem
3. Control subsystem
4. Entry of program
5. Entry of data
6. Execution of program
7. Filling, editing and saving memory
8. Editing registers and flags
9. Setting a breakpoint
10. Logging of execution history

Back to the KUE-CHIP2 Simulator page

Control subsystem

Control subsystem has following buttons.

Control Button SS Run a program until HALT instruction.
If you push this button while a program is running, the simulator will stop before fetching the next instruction.
SI Step only one instruction of the program.
SP Step only one clock phase of the program.
RESET Reset KUE-CHIP2 simulator into initial state.
All registers and flags will be set to zero.
CLOCK Clock speed can be set in five steps by pull-down menu.
Tool Button MEMORY Toggles display of memory editor window.
BLOCK Toggles display of block diagram window.
LOG Toggles display of log window.
Instruction Displays the current instruction in mnemonic form.
Total Phase Displays total number of phases from beginning of the program.
Total Instruction Displays total number of instructions from beginning of the program.
State Displays current status of the simulator. It is represented as following four status.
  • RESET (Just at the reset)
  • BREAK (Stop at a break point)
  • RUNNING (Program is running)
  • STOP (Program is not running)