mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-09 04:25:12 +00:00
16 lines
573 B
Plaintext
16 lines
573 B
Plaintext
(label) @1
|
|
(label) @begin
|
|
(label) @end
|
|
(const byte) OFFSET_STRUCT_PERSON_NAME = (byte) 1
|
|
(word) Person::age
|
|
(byte) Person::id
|
|
(byte*) Person::name
|
|
(const byte) SIZEOF_STRUCT_PERSON = (byte) $10
|
|
(void()) main()
|
|
(label) main::@return
|
|
(const byte*) main::SCREEN = (byte*) 1024
|
|
(struct Person*) main::person
|
|
(const struct Person*) main::person#1 person = (const struct Person*) persons+(const byte) SIZEOF_STRUCT_PERSON
|
|
(const struct Person*) persons = { { id: (byte) 7, name: (string) "jesper", age: (word) $141 }, { id: (byte) 9, name: (string) "henry", age: (word) $7b } }
|
|
|