1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-29 03:56:15 +00:00
kickc/src/test/ref/enum-5.sym
2020-03-29 21:00:25 +02:00

13 lines
284 B
Plaintext

(label) @1
(label) @begin
(label) @end
(void()) main()
(label) main::@return
(const byte) main::ON = (byte) 1
(const nomodify byte*) main::SCREEN = (byte*) 1024
(void()) test()
(label) test::@return
(const byte) test::ON = (byte) 8
(const nomodify byte*) test::SCREEN = (byte*) 1064