View Single Post
Old 20 June 2015, 10:43   #7
TheDarkCoder
Registered User
 
Join Date: Dec 2007
Location: Dark Kingdom
Posts: 213
Quote:
Originally Posted by phx View Post
The official software reset routine is like this:
Code:
        cnop    0,4
        lea     2.l,a0
        reset
        jmp     (a0)
The RESET instruction resets the hardware and makes the ROM appear at $0. The JMP to the reset-vector is prefetched and can be executed even though the code may be in Chip RAM.

Note that this reset routine does currently not work on the Minimig.
Excuse me, I am not sure: the jmp (a0) then jumps to code in chip RAM or in ROM?
TheDarkCoder is offline  
 
Page generated in 0.04518 seconds with 11 queries