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

9 lines
201 B
Plaintext

(label) @1
(label) @begin
(label) @end
(const nomodify byte*) SCREEN = (byte*)(word) $400+(const byte) SIZEOF_BYTE*(byte) $64
(const byte) SIZEOF_BYTE = (byte) 1
(void()) main()
(label) main::@return