Home | History | Annotate | Line # | Download | only in bootxx
start.S revision 1.1.6.2
      1  1.1.6.2  mjf /*	$NetBSD: start.S,v 1.1.6.2 2009/01/17 13:27:55 mjf Exp $	*/
      2  1.1.6.2  mjf 
      3  1.1.6.2  mjf #include <m68k/asm.h>
      4  1.1.6.2  mjf 
      5  1.1.6.2  mjf 	.text
      6  1.1.6.2  mjf 
      7  1.1.6.2  mjf ASENTRY_NOPROFILE(start)
      8  1.1.6.2  mjf 	bra	_C_LABEL(bootxx)	| bootxx is small enough so bra works
      9