1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-21 02:24:34 +00:00
kickc/src/test/ref/cast-deref.sym

16 lines
424 B
Plaintext
Raw Normal View History

(label) @1
(label) @begin
(label) @end
(void()) main()
(label) main::@1
(label) main::@return
(byte*) main::SCREEN
(const byte*) main::SCREEN#0 SCREEN = (byte*) 1024
(byte) main::i
(byte) main::i#1 reg byte x 16.5
(byte) main::i#2 reg byte x 16.5
(signed byte[]) main::sbs
(const signed byte[]) main::sbs#0 sbs = { (signed byte) -1, (signed byte) -2, (signed byte) -3, (signed byte) -4 }
reg byte x [ main::i#2 main::i#1 ]