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

9 lines
207 B
Plaintext

const nomodify byte* SCREEN = (byte*) 1024
void __start()
volatile byte c1 loadstore zp[1]:2 4.333333333333333
volatile byte c2 loadstore zp[1]:3 4.333333333333333
void main()
zp[1]:2 [ c1 ]
zp[1]:3 [ c2 ]