Search found 287 matches

by jsa
2024 May 24, 14:02
Forum: A1C - 80/90s EFI-SD4x Speed Density
Topic: A1C XDF Additions
Replies: 16
Views: 1976

Re: A1C XDF Additions

Hardware Manual wrote: ^ Electronics Division PECE DepartmentINTRODUCTION TABLE 1-4. REFERENCE PUBLICATIONS

*Functional and Electrical Specification for a 128-Byte Custom Keep-Alive Read/Write Memory (KAM) ES-N7700010FBCADA
* Functional and Electrical Engineering Specification for a 2K-Byte Keep-Alive RAM with parallel I/O (RAM1/0) ES-N7500030FSCAGA
*Functional and Electrical Engineering Specification for a 2K-Byte Keep-Alive RAM with Serial and Parallel I/O (RAM/CART) ES-N7500120FSCAGA
...
MEMORY (on-board 81C61, 81C62, 81C65, & 81C66)
The 81061, 81062, 81065, and 81066 all have the same memory size and type, and memory addressing circuits. Memory on-board these devices consists of 2,048 bytes of read/write static RAM. This RAM was specifically designed to provide keep-alive storage for user data in battery powered systems. The RAM can store data while consuming less than 100 microamps of current under a wide input voltage operating range (+2.0 VDO to +5.5 VDO) when non-active. The 81065 and the 81066 provide a special keep-alive power input for their RAM.
106 bytes used of 128 leaves some possible spare for 128kb kam hardware.

Later chips apparently keep RAM alive as well according to the above snips.
by jsa
2024 May 23, 06:32
Forum: A1C - 80/90s EFI-SD4x Speed Density
Topic: A1C XDF Additions
Replies: 16
Views: 1976

Re: A1C XDF Additions

IIRC the EEC hardware manual gives address ranges that are KAM, that's not to say there's a spare in the range.
by jsa
2024 May 16, 17:20
Forum: Hardware, Programming & Disassembly
Topic: EEC V file conversion
Replies: 381
Views: 70022

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: 381
Views: 70022

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: 381
Views: 70022

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: 381
Views: 70022

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 14 times
by jsa
2024 May 13, 05:55
Forum: Hardware, Programming & Disassembly
Topic: EEC V file conversion
Replies: 381
Views: 70022

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: 381
Views: 70022

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 15 times
by jsa
2024 May 10, 01:35
Forum: Hardware, Programming & Disassembly
Topic: EEC V file conversion
Replies: 381
Views: 70022

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: 381
Views: 70022

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.