Search found 285 matches

by jsa
2021 Apr 05, 06:53
Forum: Hardware, Programming & Disassembly
Topic: SFR+100 and R+100 8065 memory access
Replies: 42
Views: 19796

SFR+100 and R+100 8065 memory access

PYM, TVRFan and I aware that the disassemblers are not handling SFR+100 and R+100 memory offsets in all cases.

I have written test bins to dis/prove conjecture around the SF/R+100 memory offset.
The files can be found at;
https://github.com/OpenEEC-Project/EEC- ... -Test-Bins

They are well worth a look.

We'd be interested in your results if you decide to run them on your own hardware.

Edit: Fix link
by jsa
2021 Apr 02, 10:03
Forum: Hardware, Programming & Disassembly
Topic: EEV-IV-disaasember SAD source code
Replies: 2
Views: 2602

Re: EEV-IV-disaasember SAD source code

It is the last source because all subsequent releases in the development branch are beta. Stuff changes a lot in those. 14 is in the melting pot at the moment. If it is a good'n it might make it to full release status, as a messy overhall is after that.

I doubt he even has 13 anymore, it would be well on the way to 14.

His email address is on github last I looked. Ask and he may make 13 ish or 14 when available.

Far as I know major releases will have source available on github.
by jsa
2021 Mar 17, 01:14
Forum: The Range
Topic: New Forum
Replies: 42
Views: 28103

Re: New Forum

Shame, ironmans read only idea is agood one
by jsa
2021 Mar 15, 23:27
Forum: The Range
Topic: New Forum
Replies: 42
Views: 28103

Re: New Forum

Dead links from google search.
The result of following a google search link
The result of following a google search link
by jsa
2021 Mar 03, 21:42
Forum: SuperCoupes
Topic: GSALI stock bin files verification
Replies: 5
Views: 5975

Re: GSALI stock bin files verification

Downloaded a while back from who knows where.
by jsa
2021 Feb 26, 22:02
Forum: Hardware, Programming & Disassembly
Topic: Ghidra - open source reverse engineering tool
Replies: 12
Views: 8980

Re: Ghidra - open source reverse engineering tool

Interesting, does it have some sort of config file per processor type that can be shared?
by jsa
2021 Feb 24, 20:05
Forum: Hardware, Programming & Disassembly
Topic: Latest and Greatest Disassembler
Replies: 6
Views: 4232

Re: Latest and Greatest Disassembler

Both.
The very latest TVRFAN SAD is treating SFR +100 as ford documented.

Pym's SADx treats SFR and general reg as +100


https://github.com/tvrfan/EEC-IV-disass ... evelopment

https://github.com/OpenEEC-Project/SAD806x
by jsa
2021 Feb 23, 01:38
Forum: TunerPro Support
Topic: Ford Universal ADX
Replies: 26
Views: 20874

Re: Ford Universal ADX

Once you know what the adc channels are physically, look at where they used and start finding associated parameters.

You could compare the use in your bin with the use in bins that have been fully disassembled to identify parameters. You could also look at the ford strategy docs to see how they are used.

You could start looking at interrupts for binary inputs.
by jsa
2021 Feb 22, 17:26
Forum: TunerPro Support
Topic: Ford Universal ADX
Replies: 26
Views: 20874

Re: Ford Universal ADX

Your Struct is good.

For an 8061 those addresses can be logged directly because 0x100 and above are outside the processor.
For an 8065 those addresses must be copied to a location outside the processor because 0x3FF and below are in the 8065.
QH can't emulate memory in the processor.

I don't use TP and have not looked at Decipha's patches for a long time, so my advice on his ADX is not much use to you.