1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-21 17:24:39 +00:00
kickc/src/test/ref/literals.sym

17 lines
424 B
Plaintext

(label) @1
(label) @begin
(label) @end
(const byte*) SCREEN = (byte*) 1024
(const byte) ch = (byte) 'a'
(void()) main()
(label) main::@1
(label) main::@return
(byte) main::i
(byte) main::i#1 reg byte x 151.5
(byte) main::i#2 reg byte x 201.99999999999997
(const byte) num = (byte) 1
(const byte*) nums[] = { (byte) 2, (byte) 3, (byte) 4, (byte) 5 }
(const byte*) str[] = (byte*) "bcde"
reg byte x [ main::i#2 main::i#1 ]