1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-03 07:29:37 +00:00
kickc/src/test/ref/call-banked-phi-case-3-near-1.cfg

30 lines
591 B
INI

void main()
main: scope:[main] from
[0] phi()
[1] call plus
to:main::@1
main::@1: scope:[main] from main
[2] *SCREEN = min::return#1
to:main::@return
main::@return: scope:[main] from main::@1
[3] return
to:@return
__bank(cx16_ram, 1) char plus(char a , char b)
plus: scope:[plus] from main
[4] phi()
[5] call min
to:plus::@return
plus::@return: scope:[plus] from plus
[6] return
to:@return
__bank(cx16_ram, 1) char min(char a , char b)
min: scope:[min] from plus
[7] phi()
to:min::@return
min::@return: scope:[min] from min
[8] return
to:@return