Teach da65 about table units

This commit is contained in:
Lauri Kasanen
2022-11-08 19:04:46 +02:00
parent cce119a9e7
commit 56a414593a
5 changed files with 43 additions and 2 deletions

View File

@@ -522,6 +522,11 @@ following attributes are recognized:
</descrip>
<tag><tt>UNIT</tt></tag>
Split the table into sections of this size. For example, if you have a
ByteTable of size 48, but it has logical groups of size 16, specifying
16 for UNIT adds newlines after every 16 bytes. UNIT is always in bytes.
<tag><tt>ADDRMODE</tt></tag>
When disassembling 65816 code, this specifies the M and X flag states
for this range. It's a string argument of the form "mx", capital letters