From: Lukas Krickl Date: Tue, 20 Feb 2024 16:36:19 +0000 (+0100) Subject: Added fixme to instruction table X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=857de745c95a9aa2fe7fdfaf3992cef4416c87e2;p=ulas%2F.git Added fixme to instruction table --- 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}},