diff options
author | Pixel <> | 2001-04-16 19:46:34 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-16 19:46:34 +0000 |
commit | d57bbfb2967f145d93b1d309f373a28d309c5a1e (patch) | |
tree | 8486e8400d5549cda2de6c920e5988f9a7c2c93f | |
parent | 5aa98a4268a996cbda795489cf4f01f0418160e3 (diff) |
CALL
-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 9b70685..c9717cf 100644 --- a/lib/instructions.txt +++ b/lib/instructions.txt @@ -118,3 +118,5 @@ I:RESET;op=0x7f;e=1 I:RET;op=0xc I:RET c1=.C;op=0xc + +I:CALL .I=.O;op=0xc;e=3 |