On Wed, 07 Jun 2017 07:58:51 -0700 Ken Pettit <[email protected]> wrote:
> Willard, > > I should send you a copy of the partial M100 ROM disassembly I did. > It has *many* more functions documented than what are covered in the > Covington maps and might be useful. Sounds awesome! I actually had to dip my toe into disassembly to sort out one of the ROM calls I found in P100. I ended up doing a base-10 dump of the routine from BASIC, turning that into ASM80 source ( db xx,xx....) and then assembling that into a hex file so I could feed it into the z80 disassembler I have under linux. Tedious, but it worked. Willard -- Willard Goosey [email protected] Socorro, New Mexico, USA I search my heart and find Cimmeria, land of Darkness and the Night. -- R.E. Howard
