spec
544 Bytes
/*---------------------------------------------------------------------
$Id: spec,v 1.1.1.1 2002/05/02 03:27:21 blythe Exp $
File : spec
Coded by Yoshitaka Yasumoto. Apr 11, 1997.
Copyright by Nintendo, Co., Ltd. 1997.
---------------------------------------------------------------------*/
#include "system.h"
beginseg
name "code"
flags BOOT OBJECT
entry boot
stack bootStack + STACKSIZE
include "codesegment.o"
endseg
beginwave
name "sample"
include "code"
endwave
/*======== End of spec ========*/