1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-29 03:56:15 +00:00
kickc/src/test/ref/liverange-9.sym

27 lines
702 B
Plaintext
Raw Normal View History

constant byte* const SCREEN = (byte*) 1024
2020-10-05 20:58:02 +00:00
byte idx
byte idx#21 reg byte x 12104.0
byte idx#22 reg byte x 1467.6666666666667
byte idx#25 reg byte x 37.33333333333333
void main()
byte main::c
byte main::c#1 reg byte y 16.5
byte main::c#2 reg byte y 11.0
void out(byte out::c)
byte out::c
byte out::c#1 reg byte a 2002.0
byte out::c#2 reg byte a 2002.0
byte out::c#3 reg byte a 6001.5
void outsw(byte outsw::c)
byte outsw::c
byte outsw::c#0 reg byte y 37.33333333333333
void outw(byte outw::c)
byte outw::c
byte outw::c#0 reg byte y 701.0
2020-03-23 06:26:26 +00:00
reg byte y [ main::c#2 main::c#1 ]
2020-06-27 19:18:00 +00:00
reg byte x [ idx#21 idx#25 idx#22 ]
reg byte a [ out::c#3 out::c#1 out::c#2 ]
reg byte y [ outsw::c#0 ]
2020-03-23 06:26:26 +00:00
reg byte y [ outw::c#0 ]