mirror of
https://github.com/fachat/xa65.git
synced 2025-01-16 03:30:19 +00:00
added TODO for listing quirks
This commit is contained in:
parent
873ee1c721
commit
c53468dc87
10
xa/TODO
10
xa/TODO
@ -8,3 +8,13 @@ o inc a -> ina, dec a -> dea (right now uses bare inc and dec)
|
|||||||
o VICE label file support
|
o VICE label file support
|
||||||
|
|
||||||
o Smarter -X that can cope with non-block-aligned segment sizes
|
o Smarter -X that can cope with non-block-aligned segment sizes
|
||||||
|
|
||||||
|
o The listing feature is not bug-free yet:
|
||||||
|
- ca65 and other assembler compatibility pseudo-opcodes will be
|
||||||
|
listed as xa specific ones, not the original in the source
|
||||||
|
E.g. a CA65 ".scope" will appear as ".(" in the listing
|
||||||
|
- The assembler has no constant handling, so constants are
|
||||||
|
resolved at parse time. Thus they appear as their value
|
||||||
|
in the listing. Only situation now is ".listbytes unlimited",
|
||||||
|
which will show as ".listbytes 0" in the listing
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user