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

18 lines
501 B
Plaintext
Raw Normal View History

2020-10-05 20:58:02 +00:00
void main()
__constant char *main::hello = "hello world!"
void print2(char *at , char *msg)
char *print2::at
char *print2::at#4 // at zp[2]:2 16.833333333333332
char print2::i
char print2::i#1 // reg byte x 202.0
char print2::i#2 // reg byte x 101.0
char print2::j
char print2::j#1 // reg byte y 101.0
char print2::j#2 // reg byte y 101.0
char *print2::msg
__constant char *screen = (char *) 1024
2019-10-12 09:40:36 +00:00
zp[2]:2 [ print2::at#4 ]
reg byte x [ print2::i#2 print2::i#1 ]
2019-08-29 13:40:41 +00:00
reg byte y [ print2::j#2 print2::j#1 ]