mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-13 19:30:27 +00:00
Minimize mos65816 decoding tables
This commit is contained in:
@@ -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 = {},
|
||||
|
||||
// =========================================================================
|
||||
|
||||
Reference in New Issue
Block a user