Source file: /~heha/ewa/Motor/Maxmaus12.zip/startup.asm

	.ref _c_int00
	.global code_start,_Z5Delayl

	.sect "codestart"
	.retain
code_start:
	LB	_c_int00	;Branch to start of boot._asm in RTS library

	.text
_Z5Delayl:
d1:	;Delay = 9 + 5×LoopCount (ACC)
	SUB	ACC,#1
	BF	d1,GEQ		; Loop if ACC >= 0
	LRETR 

	.end
Detected encoding: UTF-80