Page 2 of 2

Re: A few questions :)

Posted: Sun Jul 10, 2016 5:47 pm
by Sik
Well, if all you want is to fake reset:

Code: Select all

    move.w  #$2700, sr
    move.w  #$100, ($A11200)
    move.l  ($000000).w, sp
    move.l  ($000004).w, -(sp)
    rts
No idea what's the reset state of all the other registers though =/