1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-29 03:56:15 +00:00
kickc/src/test/ref/liverange.sym
2021-04-30 17:26:46 +02:00

25 lines
607 B
Plaintext

byte i
byte i#11 reg byte y 13.0
byte i#12 reg byte y 2.3636363636363638
byte inci()
byte inci::return
byte inci::return#0 reg byte a 4.0
byte inci::return#1 reg byte a 4.0
byte inci::return#2 reg byte a 3.75
void main()
byte~ main::$0 reg byte a 4.0
byte~ main::$2 reg byte a 4.0
constant byte* main::SCREEN = (byte*) 1024
byte main::a
byte main::a#1 a zp[1]:2 1.0
byte main::a#2 reg byte a 2.0
reg byte y [ i#11 i#12 ]
reg byte a [ inci::return#0 ]
reg byte a [ main::$0 ]
zp[1]:2 [ main::a#1 ]
reg byte a [ inci::return#1 ]
reg byte a [ main::$2 ]
reg byte a [ main::a#2 ]
reg byte a [ inci::return#2 ]