From d3e10058edfa8f0a713e1a22cb3a8540fd415fa1 Mon Sep 17 00:00:00 2001 From: Philip Smart <28005720+pdsmart@users.noreply.github.com> Date: Fri, 25 Oct 2019 08:31:12 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c29020..7d703f8 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Implemented Instructions ![alt text](https://github.com/pdsmart/ZPU/blob/master/ImplInstructions.png) -Instruction Set + | 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. |