mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-07 22:25:13 +00:00
32 lines
874 B
INI
32 lines
874 B
INI
@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
|
|
[4] phi()
|
|
[5] callprepare plus (word) $1234 (word) $2345
|
|
[6] callexecute plus
|
|
[7] (word~) main::$0 ← callfinalize plus
|
|
[8] *((const word*) SCREEN#0) ← (word~) main::$0
|
|
to:main::@return
|
|
main::@return: scope:[main] from main
|
|
[9] return
|
|
to:@return
|
|
|
|
__stackcall (word()) plus((word) plus::a , (word) plus::b)
|
|
plus: scope:[plus] from
|
|
[10] (word) plus::a#0 ← stackidx(word,(const byte) plus::OFFSET_STACK_A)
|
|
[11] (word) plus::b#0 ← stackidx(word,(const byte) plus::OFFSET_STACK_B)
|
|
[12] (word) plus::return#0 ← (word) plus::a#0 + (word) plus::b#0
|
|
to:plus::@return
|
|
plus::@return: scope:[plus] from plus
|
|
[13] return (word) plus::return#0
|
|
to:@return
|