ElEctric_EyE wrote:
I've been looking through some old books I have, one being COMPUTE!'s First Book of COMMODORE 64. In it is a program I used to use under the C-64's OS.
Now that I have a W65C02 based system working, I need the same ability to assemble/disassemble machine code that I used to do in the "old days". I plan the assembler will be the OS at this point.
...The code for Micromon-64 is in the books' appendix, I am most familiar with its use.
I guess worst case, I could probably use a C-64 Windows based emulator and type in MLX, then type in Micromon-64 and take apart the program, but there must be an easier way!
I've been looking at how to take my 65C816 assembler that's in the POC ROM and turn it into a standalone program. Quite a few dependencies have to be worked out, all in good time.