Sample lines:
- al 000801 .foo ; VICE format, hexadecimal and an ignored dot
- foo: $0801
- foo = 2049 ; Freeform syntax defaults to decimal
- foo EQU $0801
Let me know if there are any bugs, and thanks for using it!
Code: Select all
; raw bytes
28 58 08 68 48
; disassembly by WFDis
plp
$08,L0a9e
pha
; true disassembly (by hand)
plp
cli
php
pla
pha