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

25 lines
730 B
Plaintext

(label) @1
(label) @begin
(label) @end
(const byte) SIZEOF_SIGNED_WORD SIZEOF_SIGNED_WORD = (byte) 2
(const byte) SIZEOF_WORD SIZEOF_WORD = (byte) 2
(void()) main()
(label) main::@return
(signed byte) sb
(const signed byte) sb#0 sb = (signed byte) -$29
(signed byte*) sb_screen
(const signed byte*) sb_screen#0 sb_screen = (signed byte*) 1064
(signed word) sw
(const signed word) sw#0 sw = (signed word) -$3000
(signed word*) sw_screen
(const signed word*) sw_screen#0 sw_screen = (signed word*) 1144
(byte) ub
(const byte) ub#0 ub = (byte) $29
(byte*) ub_screen
(const byte*) ub_screen#0 ub_screen = (byte*) 1024
(word) uw
(const word) uw#0 uw = (word) $3000
(word*) uw_screen
(const word*) uw_screen#0 uw_screen = (word*) 1104