1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-21 02:24:34 +00:00
kickc/src/test/ref/inlinearrayproblem.sym
2019-08-07 19:36:19 +02:00

20 lines
511 B
Plaintext

(label) @1
(label) @begin
(label) @end
(byte*) SCREEN
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
(byte*) SCREEN2
(const byte*) SCREEN2#0 SCREEN2 = (byte*)(number) $400+(number) $28
(void()) main()
(label) main::@1
(label) main::@return
(byte[]) main::data
(const byte[]) main::data#0 data = { (byte) 1, (byte) 2, (byte) 3 }
(byte) main::i
(byte) main::i#1 reg byte x 16.5
(byte) main::i#2 reg byte x 22.0
(byte[]) main::txt
(const byte[]) main::txt#0 txt = (string) "qwe"z
reg byte x [ main::i#2 main::i#1 ]