6502 Macroassembler & Simulator (Michal k)

Programming the 6502 microprocessor and its relatives in assembly and other languages.
User avatar
Yuri
Posts: 371
Joined: 28 Feb 2023
Location: Texas

Re: 6502 Macroassembler & Simulator (Michal k)

Post by Yuri »

barrym95838 wrote:
Powersoft wrote:
Is there an 6502 monitor (simple) that runs on the emulator.
It doesn't get much simpler than WOZMON, and you have a working version directly at your finger tips. How else can we assist?
The other option is to make your own, start with the WOZMON source and enhance it; the emulator should make it fairly straight forward to do that. XD
powersoft_51
Posts: 51
Joined: 22 Jun 2024

Re: 6502 Macroassembler & Simulator (Michal k)

Post by powersoft_51 »

Thanks for your replay. The exercise with the Kowalsky monitor is to test my programs.
The goal is to get running all my programs on my ESP32 6502 emulator. When WozMon is running on my
emulator that should fine, because I can start all things I created.

For the records, the output of the WozMon is now working on the emulator, working now on the input.
And again the Kowalski was great, nevertheless I was never able to get WozMon running on my emulator.

Cheers
Jan
powersoft_51
Posts: 51
Joined: 22 Jun 2024

Re: 6502 Macroassembler & Simulator (Michal k)

Post by powersoft_51 »

Daryl,

The echo is working fine, what entry is the best to input a character?

Cheers,

Jan
Post Reply