aboutsummaryrefslogtreecommitdiff
path: root/boot/test.elna
blob: 3b7a9624fae5a534bd1ca088b451c7ec9d950b96 (plain)
1
2
3
4
5
6
7
8
9
10
11
program

proc _main(x: Word, y: Word)
begin
	_write_s(@x, 4);
	_write_s(@y, 4)
end

begin
	_main(0x0a2c3061, 0x0a2c3062)
end.