From 498756102a430d68018ff39502b568f93a110227 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Tue, 8 Dec 2020 10:42:10 -0500 Subject: - Implemented support for the Orthogonal extension into both the assembler, and the emulator. I finally figured out how I could get support for the Ortho extension implemented into the old assembler. The only reason for doing this, is to buy me some while I start work on the new assembler, and to help me get an idea for how to do the same in the new assembler. --- disasm.c | 1 - 1 file changed, 1 deletion(-) (limited to 'disasm.c') diff --git a/disasm.c b/disasm.c index 18d84bd..010bc2f 100644 --- a/disasm.c +++ b/disasm.c @@ -159,7 +159,6 @@ static void disasm_ortho(struct sux *cpu, uint8_t opcode, uint8_t prefix, uint8_ memset(address, 0, sizeof(address)); memset(idx, 0, sizeof(idx)); memset(scale, 0, sizeof(scale)); - for (int i = 0; i < 2; i++) { int is_ind = 0; int is_rind = 0; -- cgit v1.2.3-13-gbd6f