MINIMON PROGRAM {.prg} will run on UNEXPANDED VIC-20 computer!!!
---------------------------------------------------------------------------------------------------------

LOAD with load"*",8,1

It will start automatically.
And it is using the area between $1600 and $1dff

Approx. 1600 bytes are remaining free as a block for your BASIC or assembly code {$1000 - $15ff}
Some additional areas are also free, like a tape buffer area. {$33c -> plus 191 bytes}


After exit of the MiniMon, you can start it with SYS 5632 again.



Short Commands list!

MINIMON COMMAND LIST

A or .  ASSEMBLE     Assemble a line of 6502 code
C       COMPARE      Compare two sections of memory and report differences
D       DISASSEMBLE  Disassemble a line of 6502 code
F       FILL         Fill memory with a specified byte or byte pattern
G       GO           Start execution at the specified address
H       HUNT         Hunt through memory for all occurences of certain bytes
L       LOAD         Load a file from tape or disk
M / >   MEMORY       Display/Edit the hexadecimal values of memory locations
R / ;   REGISTERS    Display/Change the 6502 registers
S       SAVE         Save a file to tape or disk
T       TRANSFER     Transfer code or data from one section of memory to another
V       VERIFY       Verify a file on tape or disk with memory
X       EXIT         eXit MINIMON

---------------------------------------------------------------------------------------------------


CARTRIDGE INFO:
https://sourceforge.net/projects/vic-2020-minimon-cartridge/

