[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: disk rom listing (was: Re: rom listing?)



On Sat, 19 Nov 2005, simcop2387 wrote:

you wouldn't happen to have a copy of the PROM of the floppy disk
controller in a form like this? the PROM i'm using i got from the other
java applet emulator, i'm pretty sure its good, but my cpu core it would
seem has a few bugs and i don't know where to even begin looking, it all
goes awol inside there, i could even try to provide a listing for others
too look at and see if they can tell whats wrong. (at the moment the
emulator isn't capable of translating the instructions into the source
ASM, but it shouldn't be too hard to add that later if needed)

http://www.dosius.net:8080/disk.a65.txt

you can assemble this to a binary with CC65's assembler. I translated it from a disassembly that I think came from Apple Assembly Line.

-uso.