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

26 lines
691 B
Plaintext
Raw Normal View History

(label) @1
(label) @begin
(label) @end
(const byte) SIZEOF_WORD SIZEOF_WORD = (byte) 2
(void()) main()
(byte~) main::$2 reg byte a 4.0
(byte~) main::$3 reg byte a 4.0
(byte~) main::$4 reg byte a 4.0
(byte~) main::$5 reg byte a 4.0
(label) main::@return
(byte*) main::SCREEN
(const byte*) main::SCREEN#0 SCREEN = (byte*)(number) $400+(number) 6*(number) $28
(word) main::w1
(word) main::w1#0 w1 zp ZP_WORD:2 2.0
(word) main::w2
(word) main::w2#0 w2 zp ZP_WORD:4 2.0
(word[3]) main::words
(const word[3]) main::words#0 words = (word*) 1024
zp ZP_WORD:2 [ main::w1#0 ]
reg byte a [ main::$2 ]
reg byte a [ main::$3 ]
zp ZP_WORD:4 [ main::w2#0 ]
reg byte a [ main::$4 ]
reg byte a [ main::$5 ]