1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-07-03 20:29:34 +00:00
kickc/src/test/ref/const-early-identification.sym

14 lines
283 B
Plaintext
Raw Normal View History

2020-10-05 20:58:02 +00:00
volatile byte A loadstore zp[1]:2 19.0
constant byte* SCREEN = (byte*) 1024
2020-10-05 20:58:02 +00:00
void __start()
void main()
constant byte main::B = 'b'
constant byte* main::addrA = &A
2020-10-05 20:58:02 +00:00
void sub()
constant byte sub::C = 'c'
2020-10-05 20:58:02 +00:00
byte sub::D
byte sub::D#0 reg byte x 202.0
2020-02-06 17:07:56 +00:00
zp[1]:2 [ A ]
reg byte x [ sub::D#0 ]