1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-09 08:54:40 +00:00
kickc/src/test/ref/inmem-const-array.sym
2020-03-29 21:00:25 +02:00

25 lines
752 B
Plaintext

(label) @1
(label) @begin
(label) @end
(const nomodify byte) GREEN = (byte) 5
(const nomodify byte) RED = (byte) 2
(const nomodify byte) WHITE = (byte) 1
(void()) main()
(label) main::@1
(label) main::@2
(label) main::@3
(label) main::@return
(const byte*) main::cols = (byte*) 55296
(const byte*) main::colseq[] = { (const nomodify byte) WHITE, (const nomodify byte) RED, (const nomodify byte) GREEN }
(byte) main::i
(byte) main::i#1 reg byte x 151.5
(byte) main::i#2 reg byte x 57.714285714285715
(byte) main::j
(byte) main::j#1 reg byte y 101.0
(byte) main::j#3 reg byte y 101.0
(byte) main::j#4 reg byte y 67.33333333333333
(const byte*) main::screen = (byte*) 1024
reg byte x [ main::i#2 main::i#1 ]
reg byte y [ main::j#3 main::j#4 main::j#1 ]