mirror of
https://github.com/digarok/Appy.git
synced 2025-01-30 20:32:10 +00:00
19 lines
382 B
ArmAsm
19 lines
382 B
ArmAsm
|
* formatting test
|
||
|
org $300 ; start
|
||
|
|
||
|
main nop
|
||
|
|
||
|
* what about this
|
||
|
|
||
|
; and this
|
||
|
|
||
|
sta :jo+1
|
||
|
|
||
|
|
||
|
:jo+1 lda $400
|
||
|
lda $400
|
||
|
rts
|
||
|
|
||
|
|
||
|
ReallyThisisaLoooooongLabelwith stal $e12000,y ; look at this long line
|