1 ##==============================================================================
5 ## MN10300 Series Evaluation Board C startup code
7 ##==============================================================================
8 ######COPYRIGHTBEGIN####
10 ## Copyright (c) 1995, 1996, 1997, 1998 Cygnus Solutions
12 ## The authors hereby grant permission to use, copy, modify, distribute,
13 ## and license this software and its documentation for any purpose, provided
14 ## that existing copyright notices are retained in all copies and that this
15 ## notice is included verbatim in any distributions. No written agreement,
16 ## license, or royalty fee is required for any of the authorized uses.
17 ## Modifications to this software may be copyrighted by their authors
18 ## and need not follow the licensing terms described here, provided that
19 ## the new terms are clearly indicated on the first page of each file where
22 ######COPYRIGHTEND####
24 ##------------------------------------------------------------------------------
28 ##------------------------------------------------------------------------------
31 .equ DRAM_TOP,0x48100000
37 # Set up stack. Leave 4K at top for use by Cygmon.
39 mov DRAM_TOP - 0x1000,a0
68 or 0x0800,psw # Enable interrupts
76 # bra 9b # Loop if we return
80 ##------------------------------------------------------------------------------