1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-20 02:32:36 +00:00
kickc/src/test/ref/forrangedwords.sym
2019-09-29 22:36:02 +02:00

26 lines
667 B
Plaintext

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