1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-20 02:32:36 +00:00
kickc/src/test/ref/literals.cfg

26 lines
826 B
INI
Raw Normal View History

@begin: scope:[] from
2018-11-11 20:51:36 +00:00
[0] phi()
2017-11-04 18:53:55 +00:00
to:@1
@1: scope:[] from @begin
2018-11-11 20:51:36 +00:00
[1] phi()
[2] call main
to:@end
2017-11-04 18:53:55 +00:00
@end: scope:[] from @1
2018-11-11 20:51:36 +00:00
[3] phi()
(void()) main()
2017-11-04 18:53:55 +00:00
main: scope:[main] from @1
[4] *((const byte*) SCREEN) ← (const byte) ch
[5] *((const byte*) SCREEN+(byte) 2) ← (const byte) num
to:main::@1
main::@1: scope:[main] from main main::@1
2019-05-30 20:29:04 +00:00
[6] (byte) main::i#2 ← phi( main/(byte) 0 main::@1/(byte) main::i#1 )
[7] *((const byte*) SCREEN+(byte) 4 + (byte) main::i#2) ← *((const byte[]) str + (byte) main::i#2)
[8] *((const byte*) SCREEN+(byte) 9 + (byte) main::i#2) ← *((const byte[]) nums + (byte) main::i#2)
2018-11-11 20:51:36 +00:00
[9] (byte) main::i#1 ← ++ (byte) main::i#2
2019-05-30 20:29:04 +00:00
[10] if((byte) main::i#1!=(byte) 4) goto main::@1
to:main::@return
main::@return: scope:[main] from main::@1
2018-11-11 20:51:36 +00:00
[11] return
to:@return