xref: /netbsd-src/sys/arch/atari/stand/bootxx/start.S (revision 413d532bcc3f62d122e56d92e13ac64825a40baf)
1/*	$NetBSD: start.S,v 1.1 2009/01/06 13:35:30 tsutsui Exp $	*/
2
3#include <m68k/asm.h>
4
5	.text
6
7ASENTRY_NOPROFILE(start)
8	bra	_C_LABEL(bootxx)	| bootxx is small enough so bra works
9