1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-09 08:54:40 +00:00
kickc/src/test/ref/inline-asm-optimized.cfg
2020-03-29 21:00:25 +02:00

21 lines
463 B
INI

@begin: scope:[] from
[0] phi()
to:@1
@1: scope:[] from @begin
[1] phi()
[2] call main
to:@end
@end: scope:[] from @1
[3] phi()
(void()) main()
main: scope:[main] from @1
[4] *((const nomodify byte*) SCREEN) ← (byte) 0
asm { lda#0 staSCREEN+1 lda#0 staSCREEN+2 }
[6] *((const nomodify byte*) SCREEN+(byte) 3) ← (byte) 0
asm { lda#0 staSCREEN+4 }
to:main::@return
main::@return: scope:[main] from main
[8] return
to:@return