Welcome, Guest. Please login or register.

Author Topic: small monitor utility, peek/poke memory for KS1.3  (Read 1698 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline kamigaTopic starter

  • Full Member
  • ***
  • Join Date: Oct 2005
  • Posts: 165
    • Show all replies
small monitor utility, peek/poke memory for KS1.3
« on: November 04, 2013, 01:36:40 AM »
I've got a need to be able to read and write in the trapdoor $C00000-$C7FFFE memory address ranges.  Ideally I'd like to do

WRITE $C00000, $5555

and then

READ $C00000

and get back a "$5555."

With many more requirements, I could probably do something similar in Assembler, but I was hoping to get something off the shelf.

It's got to work with KS1.3.

I've spent some time looking through aminet, but I can't seem to find anything.  Peek+Poke looked promising but requires 2.0.

Thanks
 

Offline kamigaTopic starter

  • Full Member
  • ***
  • Join Date: Oct 2005
  • Posts: 165
    • Show all replies
Re: small monitor utility, peek/poke memory for KS1.3
« Reply #1 on: November 06, 2013, 05:33:51 AM »
Thanks for these.  That mon165 works like a charm!

Kamiga