2019-09-09 21:01: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-09-09 21:01:04 +00:00
|
|
|
main: scope:[main] from @1
|
|
|
|
[4] phi()
|
|
|
|
[5] call print_person
|
|
|
|
to:main::@1
|
|
|
|
main::@1: scope:[main] from main
|
|
|
|
[6] phi()
|
|
|
|
[7] call print_person
|
|
|
|
to:main::@return
|
|
|
|
main::@return: scope:[main] from main::@1
|
|
|
|
[8] return
|
|
|
|
to:@return
|
2019-09-18 21:00:30 +00:00
|
|
|
|
2019-12-14 08:50:26 +00:00
|
|
|
(void()) print_person((byte) print_person::person_id , (const byte*) print_person::person_name)
|
2019-09-09 21:01:04 +00:00
|
|
|
print_person: scope:[print_person] from main main::@1
|
2019-11-18 21:02:29 +00:00
|
|
|
[9] (byte*) print_person::person_name#4 ← phi( main/(const byte*) main::jesper_name#1 main::@1/(const byte*) main::henriette_name#1 )
|
2019-09-09 21:01:04 +00:00
|
|
|
[9] (byte) idx#13 ← phi( main/(byte) 0 main::@1/(byte) idx#16 )
|
|
|
|
[9] (byte) print_person::person_id#2 ← phi( main/(const byte) main::jesper_id#1 main::@1/(const byte) main::henriette_id#1 )
|
2019-11-18 21:02:29 +00:00
|
|
|
[10] *((const byte*) SCREEN + (byte) idx#13) ← *((const byte*) DIGIT + (byte) print_person::person_id#2)
|
2019-09-09 21:01:04 +00:00
|
|
|
[11] (byte) idx#4 ← ++ (byte) idx#13
|
2019-09-29 18:57:23 +00:00
|
|
|
[12] *((const byte*) SCREEN + (byte) idx#4) ← (byte) ' '
|
2019-09-09 21:01:04 +00:00
|
|
|
[13] (byte) idx#5 ← ++ (byte) idx#4
|
|
|
|
to:print_person::@1
|
|
|
|
print_person::@1: scope:[print_person] from print_person print_person::@2
|
|
|
|
[14] (byte) idx#14 ← phi( print_person/(byte) idx#5 print_person::@2/(byte) idx#6 )
|
|
|
|
[14] (byte) print_person::i#2 ← phi( print_person/(byte) 0 print_person::@2/(byte) print_person::i#1 )
|
2019-11-18 21:02:29 +00:00
|
|
|
[15] if((byte) 0!=*((byte*) print_person::person_name#4 + (byte) print_person::i#2)) goto print_person::@2
|
2019-09-09 21:01:04 +00:00
|
|
|
to:print_person::@3
|
|
|
|
print_person::@3: scope:[print_person] from print_person::@1
|
2019-09-29 18:57:23 +00:00
|
|
|
[16] *((const byte*) SCREEN + (byte) idx#14) ← (byte) ' '
|
2019-09-09 21:01:04 +00:00
|
|
|
[17] (byte) idx#16 ← ++ (byte) idx#14
|
|
|
|
to:print_person::@return
|
|
|
|
print_person::@return: scope:[print_person] from print_person::@3
|
|
|
|
[18] return
|
|
|
|
to:@return
|
|
|
|
print_person::@2: scope:[print_person] from print_person::@1
|
2019-11-18 21:02:29 +00:00
|
|
|
[19] *((const byte*) SCREEN + (byte) idx#14) ← *((byte*) print_person::person_name#4 + (byte) print_person::i#2)
|
2019-09-09 21:01:04 +00:00
|
|
|
[20] (byte) idx#6 ← ++ (byte) idx#14
|
|
|
|
[21] (byte) print_person::i#1 ← ++ (byte) print_person::i#2
|
|
|
|
to:print_person::@1
|