mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-16 21:07:56 +00:00
12 lines
286 B
INI
12 lines
286 B
INI
|
|
void main()
|
|
main: scope:[main] from
|
|
[0] *main::PTR = <main::STRING
|
|
[1] *(main::PTR+1) = >main::STRING
|
|
[2] main::ptr#0 = *(main::PTR+1) w= *main::PTR
|
|
[3] *main::SCREEN = *((byte*)main::ptr#0)
|
|
to:main::@return
|
|
main::@return: scope:[main] from main
|
|
[4] return
|
|
to:@return
|