diff options
author | Pixel <> | 2001-04-15 20:54:50 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-15 20:54:50 +0000 |
commit | 5f1f2a4e4ccb5335169c61eaf5f5ae3381a0a230 (patch) | |
tree | bb871f54537cd7ca473bafc6de1e4934488ea6ad | |
parent | 5a76174a59bf50d020b1f4887999974fbd8a9c82 (diff) |
Instructions
-rw-r--r-- | lib/instructions.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/instructions.txt b/lib/instructions.txt index 672402e..d93edba 100644 --- a/lib/instructions.txt +++ b/lib/instructions.txt @@ -75,7 +75,7 @@ p:MV=MOV # Misc1 -I:NOP;op=9 +I:NOP;op=0x9 # Branchements @@ -114,3 +114,4 @@ I:JNP .I=.o;op=0xb;e=0x3c I:JMP .I=.o;op=0x0d;e=0x2 I:HALT;op=0x7f +I:RESET;op=0x7f;e=1 |