1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-12-03 05:49:48 +00:00
6502bench/SourceGen/SGTestData/Expected/20062-target-adjustment_merlin32.S
Andy McFadden 9784ad043e Use '*' for full-line Merlin comments
While it's okay to use ';', the classic Merlin editor will treat it
as an end-of-line comment and shove the entire thing off to the right
side of the screen.

This adds a configuration item to the app settings, with a default
value of ';'.
2024-06-26 10:54:46 -07:00

12 lines
205 B
ArmAsm

org $1000
nop
L1001 bit L1001
caddr pea caddr-1
per caddr-1
lda L1001+2
lda caddr
lda caddr+1
lda caddr+2
rts