summaryrefslogtreecommitdiff
path: root/sys/arch/atari/stand/bootxx/start.S
blob: 95321652209d8b09a45f0c63fc2821189debf6d0 (plain)
1
2
3
4
5
6
7
8
/*	$NetBSD: start.S,v 1.1 2009/01/06 13:35:30 tsutsui Exp $	*/

#include <m68k/asm.h>

	.text

ASENTRY_NOPROFILE(start)
	bra	_C_LABEL(bootxx)	| bootxx is small enough so bra works