Added fixme to instruction table
authorLukas Krickl <lukas@krickl.dev>
Tue, 20 Feb 2024 16:36:19 +0000 (17:36 +0100)
committerLukas Krickl <lukas@krickl.dev>
Tue, 20 Feb 2024 16:36:19 +0000 (17:36 +0100)
src/archs.c

index 4126c09fe2657220cbc0a5780cf333d11a9017d0..ec308efdf17abbe30231b2a093a8c8c253e27997 100644 (file)
@@ -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}},