From 96393257a43ac52f2b911594d106741245dec5f0 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Fri, 4 Dec 2020 15:20:28 -0500 Subject: - Started work on writing the new version of the assembler. - Did alot of stuff in the emulator. - Did alot of stuff in the SuB Suite. --- opcode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'opcode.h') diff --git a/opcode.h b/opcode.h index 40b832f..f5aeb0d 100644 --- a/opcode.h +++ b/opcode.h @@ -11,6 +11,7 @@ #define OPNUM 74 #define EXT_OPNUM 49 +#define ORTHO_OPNUM 16 #define C (1 << 0) /* Carry flag. */ #define Z (1 << 1) /* Zero flag. */ -- cgit v1.2.3-13-gbd6f