program proc _main(x: Word, y: Word) begin _write_s(@x, 4); _write_s(@y, 4) end begin _main(0x0a2c3061, 0x0a2c3062) end.