1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-09 08:54:40 +00:00
kickc/src/test/ref/struct-pointer-to-member.sym
2020-05-02 11:38:51 +02:00

15 lines
477 B
Plaintext

(label) @1
(label) @begin
(label) @end
(const nomodify byte*) BG_COLOR = (byte*)(const nomodify struct SCREEN_COLORS*) COLORS+(const byte) OFFSET_STRUCT_SCREEN_COLORS_BG0
(const nomodify struct SCREEN_COLORS*) COLORS = (struct SCREEN_COLORS*) 53280
(const byte) OFFSET_STRUCT_SCREEN_COLORS_BG0 = (byte) 1
(byte) SCREEN_COLORS::BG0
(byte) SCREEN_COLORS::BG1
(byte) SCREEN_COLORS::BG2
(byte) SCREEN_COLORS::BG3
(byte) SCREEN_COLORS::BORDER
(void()) main()
(label) main::@return