| Adr. | Valeur | Instruction |
|---|---|---|
| {{ instr.address | number:displayHex}} | {{ instr.array | number:displayHex}} | {{instr.code}} |
| Registres | A | B | X | Y | PC | SP |
|---|---|---|---|---|---|---|
| Valeur: | {{ cpu.gpr[0] | number:displayHex }} |
{{ cpu.gpr[1] | number:displayHex }} |
{{ cpu.gpr[2] | number:displayHex }} |
{{ cpu.gpr[3] | number:displayHex }} |
{{ cpu.pc | number:displayHex }} |
{{ cpu.sp | number:displayHex }} |
| Fanions | N | Z | C | F |
|---|---|---|---|---|
| Valeur: | {{ cpu.negative | flag }} | {{ cpu.zero | flag }} | {{ cpu.carry | flag }} | {{ cpu.fault | flag }} |
| Adresse: | {{bus.address | number:displayHex}} |
|
|---|
| Donnée: | {{bus.data | number:displayHex}} |
|
|---|
by Nicolas Kunz (2023) | Based on Simulateur Dauphin (EPSITEC) & Marco Schweighauser's work