1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-29 09:29:31 +00:00
kickc/src/test/ref/cpu-65ce02-addressing-modes.cfg
jespergravgaard 6253bdce28 Improved out
2020-10-05 22:58:02 +02:00

9 lines
324 B
INI

void main()
main: scope:[main] from
asm { inx lda#$12 phw#$1234 lda$12 lda$12,x ldx$12,y lda($12,x) lda($12),y ora($12),z lda($12,sp),y lda$1234 lda$1234,x lda$1234,y beqlbl1 lbeqfar bbr0$12,lbl2 lbl1: jmp($1234) lbl2: jmp($1234,x) }
to:main::@return
main::@return: scope:[main] from main
[1] return
to:@return