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

22 lines
579 B
Plaintext

(label) @1
(label) @begin
(label) @end
(const signed word*) SCREEN = (signed word*) 1024
(void()) main()
(byte~) main::$2 reg byte a 202.0
(byte~) main::$3 reg byte a 202.0
(signed word~) main::$4 zp[2]:6 202.0
(label) main::@1
(label) main::@2
(label) main::@return
(byte) main::i loadstore !zp[-1]:2 zp[1]:2 59.83333333333332
(signed word) main::j loadstore !zp[-1]:4 zp[2]:4 28.545454545454547
(signed word) main::k
(signed word) main::k#0 k zp[2]:6 101.0
zp[1]:2 [ main::i ]
zp[2]:4 [ main::j ]
reg byte a [ main::$2 ]
zp[2]:6 [ main::$4 main::k#0 ]
reg byte a [ main::$3 ]