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

14 lines
300 B
Plaintext
Raw Normal View History

__loadstore volatile char A // zp[1]:2 19.0
__constant char *SCREEN = (char *) 1024
2020-10-05 20:58:02 +00:00
void __start()
void main()
__constant char main::B = 'b'
__constant char *main::addrA = &A
2020-10-05 20:58:02 +00:00
void sub()
__constant char sub::C = 'c'
char sub::D
char 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 ]