2017-10-19 08:21:32 +00:00
|
|
|
@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
|
2017-10-19 08:21:32 +00:00
|
|
|
to:@end
|
2017-11-04 18:53:55 +00:00
|
|
|
@end: scope:[] from @1
|
2018-11-11 20:51:36 +00:00
|
|
|
[3] phi()
|
2017-11-04 18:53:55 +00:00
|
|
|
main: scope:[main] from @1
|
2019-04-08 18:54:23 +00:00
|
|
|
[4] *((const byte*) SCREEN#0) ← (const byte) ch#0
|
2018-11-11 20:51:36 +00:00
|
|
|
[5] *((const byte*) SCREEN#0+(byte/signed byte/word/signed word/dword/signed dword) 2) ← (const byte) num#0
|
2017-10-19 08:21:32 +00:00
|
|
|
to:main::@1
|
|
|
|
main::@1: scope:[main] from main main::@1
|
2018-11-11 20:51:36 +00:00
|
|
|
[6] (byte) main::i#2 ← phi( main/(byte/signed byte/word/signed word/dword/signed dword) 0 main::@1/(byte) main::i#1 )
|
|
|
|
[7] *((const byte*) SCREEN#0+(byte/signed byte/word/signed word/dword/signed dword) 4 + (byte) main::i#2) ← *((const byte[]) str#0 + (byte) main::i#2)
|
|
|
|
[8] *((const byte*) SCREEN#0+(byte/signed byte/word/signed word/dword/signed dword) 9 + (byte) main::i#2) ← *((const byte[]) nums#0 + (byte) main::i#2)
|
|
|
|
[9] (byte) main::i#1 ← ++ (byte) main::i#2
|
|
|
|
[10] if((byte) main::i#1!=(byte/signed byte/word/signed word/dword/signed dword) 4) goto main::@1
|
2017-10-19 08:21:32 +00:00
|
|
|
to:main::@return
|
|
|
|
main::@return: scope:[main] from main::@1
|
2018-11-11 20:51:36 +00:00
|
|
|
[11] return
|
2017-10-19 08:21:32 +00:00
|
|
|
to:@return
|