head     1.1;
branch   1.1.1;
access   ;
symbols  INITIAL_IMPORT_RELEASE_TAG:1.1.1.1 INITIAL_IMPORT_VENDOR_TAG:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2003.05.12.11.29.59;  author sybreon;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2003.05.12.11.29.59;  author sybreon;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@	.data
	
	.align	2
	.text

_start: /*Start of Program*/
	nop
	nop
	nop
	nop
	movel	#0x80000100, %a7
	nop
	nop
	nop
	bra	test
test:
	nop
	nop
	nop
	nop
	bsr 	init
	bra	test

init:	/* Allocate Stack, Init Uarts, Say Hello */
	nop
	nop
	nop
	nop
	rts
	.end	
@


1.1.1.1
log
@Initial Import
@
text
@@
