From 2f9d38f9f9d6f17bc274934b23915417012eeed8 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Fri, 29 May 2020 22:38:34 -0400 Subject: Make JSL, JSR absolute, and remove RTL. The reason for doing this was because JSL, and RTL are redundent, as they both do the same thing as JSR, and RTS. --- opcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcode.h') diff --git a/opcode.h b/opcode.h index 1fb06ff..c36daf8 100644 --- a/opcode.h +++ b/opcode.h @@ -10,7 +10,7 @@ #define getclk 0 #define keypoll 0 -#define OPNUM 90 +#define OPNUM 88 #define C (1 << 0) /* Carry flag. */ #define Z (1 << 1) /* Zero flag. */ -- cgit v1.2.3-13-gbd6f