Search found 285 matches

by jsa
2024 May 16, 17:20
Forum: Hardware, Programming & Disassembly
Topic: EEC V file conversion
Replies: 380
Views: 66411

Re: EEC V file conversion

B302 is good.

# leave out that line.
jsa wrote: 2024 May 12, 01:17 V4.012 DIR for RZASA consolidated from various sources.
Details in header of DIR file.
Read the details in the header for {?}.
by jsa
2024 May 16, 00:03
Forum: Hardware, Programming & Disassembly
Topic: EEC V file conversion
Replies: 380
Views: 66411

Re: EEC V file conversion

Locate where the base value is set for REE, then set an Rbase accordingly.

Hint, search LST for REE.
by jsa
2024 May 14, 20:10
Forum: Hardware, Programming & Disassembly
Topic: EEC V file conversion
Replies: 380
Views: 66411

Re: EEC V file conversion

You can add stuff yourself. Just post up the changes or the updated DIR. There is still some stuff to be found and lots of stuff to be identified.

The format is arranged with making it easier to convert from DIR to a definition in mind. That's a moving target.
When you look at definitions from BE and TP, they both follow
Once V5 is more usable changes will be made to suit such as :UW becomes [UW] or [UW flo=x*42] or whatever.
Could well change it all again. Time will tell.

Symbols, tables and function are parameters that go into a definition, the rest of it is stuff to make SAD work that does not go in a definition.
Special function registers are not editable and of little logging value.
RAM is not editable but holds logging targets.
ROM is editable.

The earlier RZASA dir's I've posted have been a bit disorganised as they were basically DMR conversion with stuff thrown in for testing, so better organised now.

Yes you should keep it organised.
by jsa
2024 May 14, 05:52
Forum: Hardware, Programming & Disassembly
Topic: EEC V file conversion
Replies: 380
Views: 66411

Re: EEC V file conversion

BOOSTEDEVERYTHING wrote: 2024 May 13, 10:42 I attached another with my updated dir and comparison spreadsheet.
Most of what you added matches up with parameters in Decipha's XDF, so that is good.

I see you have some additional parameters, so I've added those to the consolidated DIR attached below.
Continue on with the consolidated DIR below.
RZASA_20240514Consolidated.zip
(194.37 KiB) Downloaded 3 times
by jsa
2024 May 13, 05:55
Forum: Hardware, Programming & Disassembly
Topic: EEC V file conversion
Replies: 380
Views: 66411

Re: EEC V file conversion

BOOSTEDEVERYTHING wrote: 2024 May 06, 08:57
Also, I am posting my updated OMAE2 and RZASA dir files that I have added to
No DIR in the RZASA zip you attached.
LST alone is not much use for review.
DIR (and CMT if changed) is all that is required. No need for a copy of SAD to be included.

Looking through the LST you posted, your changes look like stuff that is covered by the RZASA XDF.

The consolidated DIR includes all the XDF stuff, so I'd suggest continuing with the consolidates DIR from here on.
Note what you change with a {7}. Give credit to the source of info or reason for changes, such as strategy name and page.
It would be best to comment out existing lines and add another line for changes you prefer.

I note a couple of immediate inline parameters have names added. That may be intentional or accidental. Without the DIR I can't see if a range was replied. You will see in the consolidated DIR I've elected to comment out Bank 0, 8 & 9 SYM's, with so many of them being immediate values, roughly 1000. SAD won't apply the names in the immediate location usually and may misname other identical values as you have noted yourself. Hopefully a future SAD update will resolve this.

I see you have elected not to use the CMT, you are missing all the info against the Timer structure in LST for starters.
by jsa
2024 May 12, 01:17
Forum: Hardware, Programming & Disassembly
Topic: EEC V file conversion
Replies: 380
Views: 66411

Re: EEC V file conversion

V4.012 DIR for RZASA consolidated from various sources.
Details in header of DIR file.
RZASA_20240512Consolidated.zip
(326.04 KiB) Downloaded 4 times
by jsa
2024 May 10, 01:35
Forum: Hardware, Programming & Disassembly
Topic: EEC V file conversion
Replies: 380
Views: 66411

Re: EEC V file conversion

Apply a range to 0x708 so the flags are not displayed where 0x708 is the base value.
by jsa
2024 May 09, 16:40
Forum: Hardware, Programming & Disassembly
Topic: EEC V file conversion
Replies: 380
Views: 66411

Re: EEC V file conversion

SAD picks up the first SYM it finds at an address but comment one of them out for now with V4 and see if it helps.

V5 will allow size to be specified so Y and W names will be applied for byte and word oprations respectively.

Everything after a # is a comment, so it is not processed by SAD.
by jsa
2024 May 08, 17:45
Forum: Hardware, Programming & Disassembly
Topic: EEC V file conversion
Replies: 380
Views: 66411

Re: EEC V file conversion

Interesting that it prints flag for an immediate load. Smells like a bug.
by jsa
2024 May 07, 15:45
Forum: Hardware, Programming & Disassembly
Topic: EEC V file conversion
Replies: 380
Views: 66411

Re: EEC V file conversion

If you used an rbase of 0 for temp1l over a range, the address would resolve and display the name.

Is temp1l actually holding the value 0 though??