2019-12-27 21:35:05 +00:00
|
|
|
@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
|
2020-01-08 23:30:16 +00:00
|
|
|
[4] *(&(struct Point) main::point1) ← memcpy(*(&(const struct Point) $0), struct Point, (const byte) SIZEOF_STRUCT_POINT)
|
2020-03-29 19:00:25 +00:00
|
|
|
[5] *((const nomodify byte*) SCREEN) ← *((byte*)&(struct Point) main::point1)
|
|
|
|
[6] *((const nomodify byte*) SCREEN+(byte) 1) ← *((byte*)&(struct Point) main::point1+(const byte) OFFSET_STRUCT_POINT_Y)
|
2019-12-27 21:35:05 +00:00
|
|
|
to:main::@return
|
|
|
|
main::@return: scope:[main] from main
|
2020-01-08 23:30:16 +00:00
|
|
|
[7] return
|
2019-12-27 21:35:05 +00:00
|
|
|
to:@return
|