2019-05-30 20:29:04 +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()
|
2019-09-18 21:00:30 +00:00
|
|
|
|
|
|
|
(void()) main()
|
2019-05-30 20:29:04 +00:00
|
|
|
main: scope:[main] from @1
|
2020-02-06 17:07:56 +00:00
|
|
|
[4] (byte*) main::screen ← (byte*) 1024
|
2019-05-30 20:29:04 +00:00
|
|
|
[5] call sub
|
|
|
|
to:main::@1
|
|
|
|
main::@1: scope:[main] from main
|
|
|
|
[6] phi()
|
|
|
|
[7] call sub
|
|
|
|
to:main::@return
|
|
|
|
main::@return: scope:[main] from main::@1
|
|
|
|
[8] return
|
|
|
|
to:@return
|
2019-09-18 21:00:30 +00:00
|
|
|
|
|
|
|
(void()) sub((byte) sub::ch , (byte**) sub::dst)
|
2019-05-30 20:29:04 +00:00
|
|
|
sub: scope:[sub] from main main::@1
|
|
|
|
[9] (byte) sub::ch#2 ← phi( main/(byte) 'a' main::@1/(byte) 'b' )
|
2019-11-17 00:51:42 +00:00
|
|
|
[10] *(*((const byte**) main::pscreen)) ← (byte) sub::ch#2
|
|
|
|
[11] *((const byte**) main::pscreen) ← ++ *((const byte**) main::pscreen)
|
2019-05-30 20:29:04 +00:00
|
|
|
to:sub::@return
|
|
|
|
sub::@return: scope:[sub] from sub
|
|
|
|
[12] return
|
|
|
|
to:@return
|