1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-29 09:29:31 +00:00
kickc/src/test/ref/asm-culling-jmp.cfg

10 lines
222 B
INI

void main()
main: scope:[main] from
asm { jmpqwe .byte0,25,51,76,102,128,153,179,204,230 qwe: lda#50 }
[1] *((char *) 1024) = 'c'
to:main::@return
main::@return: scope:[main] from main
[2] return
to:@return