Welcome, Guest. Please login or register.

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

Description:

0 Members and 1 Guest are viewing this topic.

Offline Castellen

Re: small monitor utility, peek/poke memory for KS1.3
« on: November 04, 2013, 03:20:50 AM »
Years ago when first learning C, I wrote a bit of software to do exactly that, can't remember what it was for now.  I've just rebuilt it so it should in theory run on OS1.3, though I don't have an OS1.3 machine handy to test it.  Give it a go, it may work for you.

Download the executable and source here.

It reads/writes 32 bit words at a time.  You can increment/decrement through 32 bit words from any given memory location using the + and - keys at the "enter address" prompt.

Be wary, it's probably a piece of crap and has various bugs given my lack of software skills at the time and the haste in which it was written.