diff options
author | Pixel <> | 2001-04-15 18:34:57 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-15 18:34:57 +0000 |
commit | 62c810a45450e1fd7fc744b4c2fd8d4ee4896736 (patch) | |
tree | 8f677a01e9595da60925d4fd7b39a2d883c6fc8d | |
parent | 38e3212d37dc9594aa409b67da00529466a1713e (diff) |
instructions.txt
-rw-r--r-- | lib/instructions.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/instructions.txt b/lib/instructions.txt index becfc21..6cf4c50 100644 --- a/lib/instructions.txt +++ b/lib/instructions.txt @@ -110,3 +110,5 @@ I:JNO .I=.o;op=0xb;e=0x30 I:JNZ .I=.o;op=0xb;e=0x34 I:JNS .I=.o;op=0xb;e=0x38 I:JNP .I=.o;op=0xb;e=0x3c + +I:JMP .I=.o;op=0d;e=0x2 |