mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-20 02:32:36 +00:00
13 lines
314 B
Plaintext
13 lines
314 B
Plaintext
(label) @1
|
|
(label) @begin
|
|
(label) @end
|
|
(const byte) OFFSET_STRUCT_POINT_Y OFFSET_STRUCT_POINT_Y = (byte) 1
|
|
(byte) Point::x
|
|
(byte) Point::y
|
|
(const byte) SIZEOF_STRUCT_POINT SIZEOF_STRUCT_POINT = (byte) 2
|
|
(void()) main()
|
|
(label) main::@return
|
|
(const byte*) main::SCREEN SCREEN = (byte*) 1024
|
|
(struct Point*) points
|
|
|