Periphery questions:
Periphery rom location question
Hi,
if changing the periphery bits, only the first word will be changed (in red).
in ida pro you see a set of the same words:
what are the others for?
shouldn't we change them too?
thx Jan
if changing the periphery bits, only the first word will be changed (in red).
in ida pro you see a set of the same words:
Code:
ROM:00000FCA word_FCA: .data.w h'8A89 ; DATA XREF: ROM:off_F364o
ROM:00000FCC .data.w h'8A89
ROM:00000FCE .data.w h'8A89
ROM:00000FD0 .data.w h'8A89
ROM:00000FD2 .data.w h'8A89
ROM:00000FD4 .data.w h'8A89
ROM:00000FD6 .data.w h'8A89
ROM:00000FD8 .data.w h'8A89
shouldn't we change them too?
thx Jan
Last edited by Deepnine; Nov 23, 2008 at 12:00 AM. Reason: headline
Yes, only ever the first set on a stock ROM.
I abandoned this method of map switching since although it was easy, many of the maps you'd want to switch are not indexed in this way with the 8 item look up tables. By making new tables in spare areas of memory and making code changes it could be reinstated.
I abandoned this method of map switching since although it was easy, many of the maps you'd want to switch are not indexed in this way with the 8 item look up tables. By making new tables in spare areas of memory and making code changes it could be reinstated.
Evolved Member
Joined: Mar 2008
Posts: 730
Likes: 3
From: Lattitude 48.38°, Longitude 17.58°, Altitude 146m = Slovakia, for common dude
Trending Topics
Evolved Member
Joined: Mar 2008
Posts: 730
Likes: 3
From: Lattitude 48.38°, Longitude 17.58°, Altitude 146m = Slovakia, for common dude
Thread
Thread Starter
Forum
Replies
Last Post
mrfred
ECU Flash
496
Sep 14, 2022 07:08 PM
mrfred
ECU Flash
12
May 14, 2008 12:10 PM




