1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-29 09:29:31 +00:00
kickc/src/test/ref/struct-40.cfg
2020-03-29 21:00:25 +02:00

33 lines
1.5 KiB
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) ← (const byte) main::v1_p_x
[5] *((const nomodify byte*) SCREEN+(byte) 1) ← (const byte) main::v1_p_y
[6] *((const nomodify byte*) SCREEN+(byte) 2) ← (const byte) main::v1_q_x
[7] *((const nomodify byte*) SCREEN+(byte) 3) ← (const byte) main::v1_q_y
[8] *((const nomodify byte*) SCREEN+(byte) 4) ← (const byte) main::v1_p_x
[9] *((const nomodify byte*) SCREEN+(byte) 5) ← (const byte) main::v1_p_y
[10] *((const nomodify byte*) SCREEN+(byte) 6) ← (const byte) main::v1_q_x
[11] *((const nomodify byte*) SCREEN+(byte) 7) ← (const byte) main::v1_q_y
[12] *((const nomodify byte*) SCREEN+(byte) 8) ← (const byte) main::v1_p_x
[13] *((const nomodify byte*) SCREEN+(byte) 9) ← (const byte) main::v1_p_y
[14] *((const nomodify byte*) SCREEN+(byte) $a) ← (const byte) main::v3_q_x
[15] *((const nomodify byte*) SCREEN+(byte) $b) ← (const byte) main::v3_q_y
[16] *((const nomodify byte*) SCREEN+(byte) $c) ← (const byte) main::v1_p_x
[17] *((const nomodify byte*) SCREEN+(byte) $d) ← (const byte) main::v1_p_y
[18] *((const nomodify byte*) SCREEN+(byte) $e) ← (const byte) main::v4_q_x
[19] *((const nomodify byte*) SCREEN+(byte) $f) ← (const byte) main::v4_q_y
to:main::@return
main::@return: scope:[main] from main
[20] return
to:@return