

	.def	flashBootLevel1StartHigh	$e008
	.def	flashBootLevel1StartLow		$0028
	.def	flashBootLevel1Length		8127
	.def	flashBootLevel1Start		32

	.org	0
	
	nop					;0
	cli					;1
	movei	r4,flashBootLevel1Length	;2
	movei	r5,flashBootLevel1StartLow	;3
	movei	r6,flashBootLevel1StartHigh	;4
	moveih	r4,>flashBootLevel1Length	;5
	moveih	r5,>flashBootLevel1StartLow	;6
	moveih	r6,>flashBootLevel1StartHigh	;7
	movei	r3,flashBootLevel1Start		;8
	
	.incdir	"F:\git\goldmomo_endlos\assembler_files\ucore\"
	.include "boot_level_subHeader.s"
