1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-02 22:56:11 +00:00
kickc/src/test/ref/pointer-pointer-1.sym
2019-09-29 20:57:28 +02:00

16 lines
362 B
Plaintext

(label) @1
(label) @begin
(label) @end
(void()) main()
(label) main::@return
(const byte*) main::SCREEN SCREEN = (byte*) 1024
(byte) main::b
(byte) main::b#0 b zp ZP_BYTE:2 2.0
(byte*) main::pb
(byte*) main::pb#0 pb zp ZP_WORD:3 20.0
(byte**) main::ppb
(const byte**) main::ppb#0 ppb = &(byte*) main::pb#0
zp ZP_BYTE:2 [ main::b#0 ]
zp ZP_WORD:3 [ main::pb#0 ]