1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-08 17:54:40 +00:00
kickc/src/test/ref/literal-strings.cfg
2019-05-30 22:29:07 +02:00

23 lines
711 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()
main: scope:[main] from @1
[4] phi()
to:main::@1
main::@1: scope:[main] from main main::@1
[5] (byte) main::i#2 ← phi( main/(byte) 0 main::@1/(byte) main::i#1 )
[6] *((const byte*) SCREEN#0 + (byte) main::i#2) ← *((const byte[]) msg#0 + (byte) main::i#2)
[7] *((const byte*) SCREEN#0+(byte) $28 + (byte) main::i#2) ← *((const byte[]) msgz#0 + (byte) main::i#2)
[8] (byte) main::i#1 ← ++ (byte) main::i#2
[9] if((byte) main::i#1!=(byte) 4) goto main::@1
to:main::@return
main::@return: scope:[main] from main::@1
[10] return
to:@return