1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-16 21:07:56 +00:00
kickc/src/test/ref/helloworld2.sym

23 lines
634 B
Plaintext
Raw Normal View History

(void()) main()
(label) main::@1
(label) main::@return
2020-02-06 21:52:23 +00:00
(const byte*) main::hello = (byte*) "hello world!"
(void()) print2((byte*) print2::at , (byte*) print2::msg)
(label) print2::@1
(label) print2::@2
(label) print2::@return
(byte*) print2::at
2020-06-27 19:18:00 +00:00
(byte*) print2::at#4 at zp[2]:2 16.833333333333332
(byte) print2::i
2020-06-27 19:18:00 +00:00
(byte) print2::i#1 reg byte x 202.0
(byte) print2::i#2 reg byte x 101.0
(byte) print2::j
2020-06-27 19:18:00 +00:00
(byte) print2::j#1 reg byte y 101.0
(byte) print2::j#2 reg byte y 101.0
(byte*) print2::msg
(const byte*) screen = (byte*) 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 ]