Expose constants in ROM
Closed this issue · 0 comments
TG9541 commented
Several constants used in the core get loaded directly using LDW X,#CONST
instead of indirectly through a table. That's not necessarily a bad thing as long the address of CONST
is known.
Extend the method for dealing with RAM addresses (RamWord etc) to LDW X,#CONST
.