summaryrefslogtreecommitdiff
path: root/init.asm
blob: cdece4a3557f45b15381ee5673eec7fd7c86458b (plain)
1
2
3
4
5
6
7
8
9
10
	.ORIG x0000
; traps
	.BLKW #256
; interrupts
	.FILL _halt
	.FILL _halt
	.BLKW #254
; supervisor code
_halt	HALT
	.END