1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-09 08:54:40 +00:00
kickc/src/test/ref/struct-42.sym
2020-03-29 21:00:25 +02:00

22 lines
565 B
Plaintext

(const struct Point) $0 = { x: (byte) 2, y: (byte) 3 }
(label) @1
(label) @begin
(label) @end
(const byte) OFFSET_STRUCT_POINT_Y = (byte) 1
(byte) Point::x
(byte) Point::y
(const nomodify byte*) SCREEN = (byte*) 1024
(const byte) SIZEOF_STRUCT_POINT = (byte) 2
(void()) main()
(byte~) main::$1 reg byte a 202.0
(label) main::@1
(label) main::@2
(label) main::@return
(byte) main::i
(byte) main::i#1 i zp[1]:2 151.5
(byte) main::i#2 i zp[1]:2 101.0
(const struct Point*) points[(number) 3] = { fill( 3, 0) }
zp[1]:2 [ main::i#2 main::i#1 ]
reg byte a [ main::$1 ]