1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-08 17:54:40 +00:00
kickc/src/test/ref/type-mix.sym
2019-06-10 16:39:25 +02:00

20 lines
501 B
Plaintext

(label) @1
(label) @begin
(label) @end
(void()) main()
(byte~) main::$1 reg byte a 22.0
(label) main::@1
(label) main::@return
(byte*) main::SCREEN
(const byte*) main::SCREEN#0 SCREEN = (byte*) 1024
(byte) main::i
(byte) main::i#1 reg byte x 16.5
(byte) main::i#2 reg byte x 8.25
(signed word) main::w
(signed word) main::w#1 w zp ZP_WORD:2 6.6000000000000005
(signed word) main::w#2 w zp ZP_WORD:2 22.0
zp ZP_WORD:2 [ main::w#2 main::w#1 ]
reg byte x [ main::i#2 main::i#1 ]
reg byte a [ main::$1 ]