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