Reading memory address,

EPROM EEPROM SRAM NVRAM Flash chips, reading/writing hardware and software
Post Reply
Vpgts076
Posts: 97
Joined: Wed May 09, 2012 10:57 pm
cars: vp gts

Reading memory address,

Post by Vpgts076 »

Hi Guys,

I am sorry to be a pain and was unsure where to post this.

I need a little help in working with Memory address.....

For instance....

Where is 0x0142 - 0x0143 in attached bin?

Sorry and thanks

any help will be great.... :)
Attachments
VE SV6.bin
(512 Bytes) Downloaded 301 times
User avatar
antus
Site Admin
Posts: 8250
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Re: Reading memory address,

Post by antus »

Here:
142h-143h.png
142h-143h.png (40.81 KiB) Viewed 3920 times
Whats it supposed to be/do?
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
User avatar
Holden202T
Posts: 10311
Joined: Sat Feb 28, 2009 9:05 pm
Location: Tenambit, NSW
Contact:

Re: Reading memory address,

Post by Holden202T »

that's not a full bin ... maybe is for something else dash or something ?
Vpgts076
Posts: 97
Joined: Wed May 09, 2012 10:57 pm
cars: vp gts

Re: Reading memory address,

Post by Vpgts076 »

Thanks antus,

Can you please explain how you got to that?

VE Cluster Dump.

Holden 202,

Correct it is a VE Cluster dump, the reference is model ie Omega, SS Etc.

So at below dumP
0x0142-0x0143 should be 9FFD
0x0330-0x0331 should be 9FFD
dUMP 2.JPG
dUMP 2.JPG (150.14 KiB) Viewed 3901 times
can you confirm?

Thanks
Daniel
User avatar
VL400
Posts: 4991
Joined: Sun Mar 01, 2009 2:54 pm
cars: VL Calais and Toyota Landcruiser. Plus some toys :)
Location: Perth, WA
Contact:

Re: Reading memory address,

Post by VL400 »

In the left hand column it shows the address in hex, 000000 then 000010 then 000020 and so on. These are hex numbers, so its uses base 16 instead of base 10 like decimal. So instead of counting 1,2,3..9,10,11 etc your counting 1,2,3...9,a,b,c,d,e,f,10,11.

You then count left to right across the line to read the byte for each address. Address 0 = CF, address 1 = 21, address f = FE.

So... 0x0142 = FD and 0x143 = DC. Address 0x330 and 0x331 are not shown in your picture.
Post Reply