Search found 277 matches

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

Re: SFR+100 and R+100 8065 memory access

Set the Scalar STACK_SFR to 8061 and write the update to the QH.
That will change the Stack SFR from 0x20 to 0x10.
Reboot the EEC, the stack address will be loaded to 0x10.

The OEM stack address does not have to be followed. The stack can be put elsewhere.

Look at the definition spreadsheet. It tells you what is written where for the 8061 and 8065 options.
Look at that address in the LST.
R20 becomes R10 when when STACK_SFR is changed to 8061 then written.
Reboot to take effect.
Both have the stack below 0x200.

Code: Select all

2201: a1,00,02,20         ldw   R20,200          STACK_8065 = 200;
What catchcode is your BIN?
by jsa
2021 Apr 05, 06:56
Forum: Hardware, Programming & Disassembly
Topic: Latest and Greatest Disassembler
Replies: 6
Views: 4201

...is under construction

Both disassemblers will need updates as a result of some test bin results.

viewtopic.php?f=40&t=132
by jsa
2021 Apr 05, 06:53
Forum: Hardware, Programming & Disassembly
Topic: SFR+100 and R+100 8065 memory access
Replies: 42
Views: 19657

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: 2587

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: 27849

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: 27849

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: 5892

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: 8936

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: 4201

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