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

14 lines
577 B
Plaintext
Raw Normal View History

2019-11-03 09:48:40 +00:00
(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
2019-11-03 09:48:40 +00:00
(void()) main()
(label) main::@return