URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 186 |
Rev 200 |
Line 18... |
Line 18... |
; and gets loaded and started at 0xC0011000.
|
; and gets loaded and started at 0xC0011000.
|
|
|
.set stacktop,0xC0011000 ; top of stack
|
.set stacktop,0xC0011000 ; top of stack
|
.set loadaddr,0xC0011000 ; where to load the boot manager
|
.set loadaddr,0xC0011000 ; where to load the boot manager
|
|
|
.set cout,0xC000001C ; the monitor's console output
|
.set cout,0xC0000020 ; the monitor's console output
|
.set dskio,0xC0000024 ; the monitor's disk I/O
|
.set dskio,0xC0000028 ; the monitor's disk I/O
|
|
|
; load the boot manager and start it
|
; load the boot manager and start it
|
start:
|
start:
|
add $29,$0,stacktop ; setup stack
|
add $29,$0,stacktop ; setup stack
|
add $4,$0,strtmsg ; say what is going on
|
add $4,$0,strtmsg ; say what is going on
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.