I guess almost no one has the hardware for this but I've mostly
disassembled and reconstructed working usable assembly source for
RAM100.CO for Node DATAPAC/RAMPAC and my MiniNDP.
https://github.com/bkw777/NODE_DATAPAC/tree/main/software/RAMDSK/RAM100/disasm
It currently compiles to reproduce the original binary exactly.
Most of the identifiers are still meaningless but at least it's all names.
This is the first and biggest step towards adding support for more than
2 banks, so all 4 banks of MiniNDP can be used for files,
and porting to KC-85 & Olivetti.
Olivetti's bus connector is probably too ungainly for this but I have an
new untested MiniNDP pcb that fits in the M100 bus socket,
and should work the same in KC-85 too.
https://github.com/bkw777/NODE_DATAPAC/tree/main#u1m---micro-1-meg
It should be possible now to have a single source that outputs for
100/102, 200, K85 with just some ifdefs at the top for all the platform
addresses.
--
bkw