SAD Directive Formatting

All hardware related, disassembly / programming and code discussions belong here.
decipha
Posts: 5053
Joined: 2021 Feb 15, 12:23
Location: Metairie, LA
Vehicle Information: Work Truck
'19 F-150 3.3L

SAD Directive Formatting

Unread post by decipha »

It may have been discussed or posted already but the only directive formatting knowledge I have is ancient from the original SAD 10 years ago lol.

How do you define a bit flag?

sym xx "_flagxx" : T+6

thats old school and doesnt work. Whats the new setup?

And what is the latest and greatest version of SAD ?
Request release dates instead of version #s as its idiot proof
BOOSTEDEVERYTHING
Posts: 235
Joined: 2023 Sep 06, 13:11
Location: Charlotte NC , USA
Vehicle Information: 1999 Ford Ranger with 2000 Explorer v8 swap, FLN0
2003 Ford F150 Harley Davidson, Built 5.4L SOHC with 3.4L Whipple and Built 4R100

Re: SAD Directive Formatting

Unread post by BOOSTEDEVERYTHING »

sym xxxx "flags_xxx" :Bx
BOOSTEDEVERYTHING
Posts: 235
Joined: 2023 Sep 06, 13:11
Location: Charlotte NC , USA
Vehicle Information: 1999 Ford Ranger with 2000 Explorer v8 swap, FLN0
2003 Ford F150 Harley Davidson, Built 5.4L SOHC with 3.4L Whipple and Built 4R100

Re: SAD Directive Formatting

Unread post by BOOSTEDEVERYTHING »

Here is the dir file I got from you and added a few entries and converted over most of the old context to the new. Some stuff could be wrong so you will have to double check some of the actual entries, but the context is correct, I hope.
Attachments
Stock_EKO2_256k.zip
(1.25 MiB) Downloaded 5 times
BOOSTEDEVERYTHING
Posts: 235
Joined: 2023 Sep 06, 13:11
Location: Charlotte NC , USA
Vehicle Information: 1999 Ford Ranger with 2000 Explorer v8 swap, FLN0
2003 Ford F150 Harley Davidson, Built 5.4L SOHC with 3.4L Whipple and Built 4R100

Re: SAD Directive Formatting

Unread post by BOOSTEDEVERYTHING »

Here is the SAD documentation I have been using for SAD 4.012
Attachments
SAD_User_manual_4.0.7.16b_onwards.pdf
(73.79 KiB) Downloaded 7 times
decipha
Posts: 5053
Joined: 2021 Feb 15, 12:23
Location: Metairie, LA
Vehicle Information: Work Truck
'19 F-150 3.3L

Re: SAD Directive Formatting

Unread post by decipha »

so the t gets replaced with b
jsa
Posts: 274
Joined: 2021 Feb 16, 15:46
Location: Australia
Vehicle Information: 95 Escort RS Cosworth
2.0 YBP
CARD / QUIK / COSY / ANTI
GHAJ0
SMD-190 / SMD-490 EEC-IV

Binary Editor
ForDiag

Re: SAD Directive Formatting

Unread post by jsa »

Yes, :B replaces :T+.

Current SAD versions are known by version number, but the date is also printed in the LST header for current SAD versions.
These two are the most useable versions at the moment.

Code: Select all

SAD Version 4.0.7.16b (11 Apr 2022)
SAD Version 4.0.12a (12 Mar 2023)
Version 5.08 is the latest but is not quite ready for full time use.

https://github.com/tvrfan/EEC-IV-disass ... ment/Win32
https://github.com/jsa2340/EEC-IV-disas ... evelopment
Post Reply