Minimize mos65816 decoding tables

This commit is contained in:
gingerBill
2026-06-14 19:24:16 +01:00
parent 70e92d2a4d
commit cd4b4e1f36
3 changed files with 259 additions and 261 deletions

View File

@@ -33,7 +33,7 @@ package rexcode_mos65816
// $A0 (LDA), $C0 (CMP), $E0 (SBC) to get the per-mnemonic base.
@(rodata)
ENCODING_TABLE: [Mnemonic][]Encoding = #partial {
ENCODING_TABLE:= #partial [Mnemonic][]Encoding{
.INVALID = {},
// =========================================================================