1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-29 03:56:15 +00:00
kickc/src/test/ref/const-declaration.sym
2020-03-29 21:00:25 +02:00

14 lines
577 B
Plaintext

(label) @1
(label) @begin
(label) @end
(const nomodify byte*) BODY1 = (const nomodify byte*) SCREEN+(const nomodify byte) MARGIN_TOP*(const nomodify byte) LINE_LEN+(const nomodify byte) MARGIN_LEFT
(const nomodify byte*) BODY2 = (const nomodify byte*) SCREEN+(const nomodify word) OFFSET
(const nomodify byte) LINE_LEN = (byte) $28
(const nomodify byte) MARGIN_LEFT = (byte) 4
(const nomodify byte) MARGIN_TOP = (byte) 4
(const nomodify word) OFFSET = (word)(number) $28*(number) 5+(number) 5
(const nomodify byte*) SCREEN = (byte*) 1024
(void()) main()
(label) main::@return