mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-09 04:25:12 +00:00
15 lines
486 B
Plaintext
15 lines
486 B
Plaintext
(label) @1
|
|
(label) @begin
|
|
(label) @end
|
|
(void()) main()
|
|
(label) main::@return
|
|
(byte*) main::SCREEN
|
|
(const byte*) main::SCREEN#0 SCREEN = ((byte*))(word/signed word/dword/signed dword) $400
|
|
(byte) main::b
|
|
(const byte) main::b#0 b = (byte) 'c'
|
|
(byte) main::c
|
|
(const byte) main::c#0 c = (const byte) main::b#0+(byte/signed byte/word/signed word/dword/signed dword) 1
|
|
(byte) main::d
|
|
(const byte) main::d#0 d = (const byte) main::c#0+(byte/signed byte/word/signed word/dword/signed dword) 1
|
|
|