(updated)
Go to the address 0x1B0 (between the header),and there put this:
52 41 XX 20 00200001 002003FF
green part = first memory address
red part = The last memory adress.
XX = (in bits) 1x1yz000
set x to backup on,and set yz to 10 if even address only,11 if odd address only and 00 if both even and odd address.
Now when you want to write into the sram,just use something like move.b #$01,$200001,you get it,just write between the address 200001 and 2003FF and read from they.
Go to the address 0x1B0 (between the header),and there put this:
52 41 XX 20 00200001 002003FF
green part = first memory address
red part = The last memory adress.
XX = (in bits) 1x1yz000
set x to backup on,and set yz to 10 if even address only,11 if odd address only and 00 if both even and odd address.
Now when you want to write into the sram,just use something like move.b #$01,$200001,you get it,just write between the address 200001 and 2003FF and read from they.
This post has been edited by JoseTheBest: 20 August 2004 - 11:47 AM


00