From 857de745c95a9aa2fe7fdfaf3992cef4416c87e2 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Tue, 20 Feb 2024 17:36:19 +0100 Subject: [PATCH] Added fixme to instruction table --- src/archs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/archs.c b/src/archs.c index 4126c09..ec308ef 100644 --- a/src/archs.c +++ b/src/archs.c @@ -84,6 +84,7 @@ // all instructions // when name is NULL list ended +// FIXME: Add ULAS_A16 and make all absolute calls/jumps A16 instead of E16 const struct ulas_instr ULASINSTRS_SM83[] = { // control instructions {"nop", {0}, {(short)ULAS_DATZERO, 0}}, -- 2.30.2