Dev Blog
Forum
Wiki
About
NefMoto
>
Technical
>
Reverse Engineering
>
certainly a beginner question, sub ram_variable not possible
Pages: [
1
]
« previous
next »
Author
Topic: certainly a beginner question, sub ram_variable not possible (Read 3323 times)
sonflasch
Full Member
Karma: +12/-2
Offline
Posts: 68
certainly a beginner question, sub ram_variable not possible
« on: November 07, 2019, 12:39:28 PM »
Hello @ all
I'm trying to change a subtraction in 551k file (adress 87A69E)
mov r4, plsol_w
sub r4,plgru_w ->>> 22 F4 66 A6
change in
mov r4, plsol_w
sub r4, pu_w ->> that would have to ->> 22 F4 8C 0A
I look for where pu_w is used fits 8C 0A is right, but it does not work.
I'm looking for a subtraction with pu_w .. there are too 8C 0A.
I do that in 551f where pu_w is also in the range of 382xxx it works fine.
can explain to me one why that does not work at 551k.
I try to explain it but I miss the knowledge?
or can someone give me a solution
many thanks
«
Last Edit: November 07, 2019, 09:17:14 PM by sonflasch
»
Logged
fknbrkn
Hero Member
Karma: +185/-23
Offline
Posts: 1454
mk4 1.8T AUM
Re: certainly a beginner question, sub ram_variable not possible
« Reply #1 on: November 07, 2019, 06:35:54 PM »
Pu_w @384A8C
Short adressing cannot be applied to that offset
Use
extp #0E1h, #1 D7 40 E1 00
sub r4, pu_w 42 F5 8C 0A
or exts #38h etc
Logged
sonflasch
Full Member
Karma: +12/-2
Offline
Posts: 68
Re: certainly a beginner question, sub ram_variable not possible
« Reply #2 on: November 07, 2019, 08:56:37 PM »
thanks...
another user has just written me too.
Now I just have to see how I get it in there. place is not free.
I will buy another book to learn more
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> Introductions
=> General Discussion
-----------------------------
Noob Zone
-----------------------------
=> Noob Questions
=> Noob Guides and FAQs
-----------------------------
Technical
-----------------------------
=> NefMoto Software
=> Tuning
===> Documents & Helpers & How To's
===> Community Projects
=> Diagnostics
=> Flashing and Chipping
=> Cluster and Immobilizer
===> ECU EEPROM images
===> Original Cluster dumps
===> Original Cluster dump requests
=> Data Logging
=> Reverse Engineering
=> Communication Protocols
-----------------------------
ECU Files
-----------------------------
=> ECU Definition Files
===> ECU Definition File Requests
=> Original ECU Files
===> Original ECU File Requests
=> Checksum Update Requests
-----------------------------
Vehicles
-----------------------------
=> Vehicle Tech
=> Project Cars
-----------------------------
Regional
-----------------------------
=> Canadian Regional Discussion
=> US Regional Discussion
-----------------------------
Classifieds
-----------------------------
=> For Sale
=> Wanted
=> Services
-----------------------------
Miscellaneous
-----------------------------
=> Off Topic
=> Forum Tech Support
=> Bizarro Messages Posted by Bots and Spammers
Navigation
Home
Help
Login
Register
Personal Tools
November 25, 2024, 06:53:07 PM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search
Advanced Search
Loading...