A few questions :)

Ask anything your want about Megadrive/Genesis programming.

Moderator: BigEvilCorporation

Sik
Very interested
Posts: 939
Joined: Thu Apr 10, 2008 3:03 pm
Contact:

Re: A few questions :)

Post by Sik » Sun Jul 10, 2016 5:47 pm

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 =/
Sik is pronounced as "seek", not as "sick".

Post Reply