mirror of
https://github.com/digarok/Appy.git
synced 2025-01-18 04:31:11 +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
|