Update README.md

This commit is contained in:
Philip Smart
2019-10-25 08:31:12 +01:00
committed by GitHub
parent a80fd4bc45
commit d3e10058ed

View File

@@ -61,7 +61,7 @@ Implemented Instructions
![alt text](https://github.com/pdsmart/ZPU/blob/master/ImplInstructions.png) ![alt text](https://github.com/pdsmart/ZPU/blob/master/ImplInstructions.png)
Instruction Set
| Name | Opcode | | Description | | Name | Opcode | | Description |
|------------------|-----------|-----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |------------------|-----------|-----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| BREAKPOINT | 0 | 00000000 | The debugger sets a memory location to this value to set a breakpoint. Once a JTAG-like debugger interface is added, it will be convenient to be able to distinguish between a breakpoint and an illegal(possibly emulated) instruction. | | BREAKPOINT | 0 | 00000000 | The debugger sets a memory location to this value to set a breakpoint. Once a JTAG-like debugger interface is added, it will be convenient to be able to distinguish between a breakpoint and an illegal(possibly emulated) instruction. |