Skip to content

Latest commit

 

History

History

tools

Run64 tools

This directory contains a number of tools written specifically for run64.

They include:

  1. kmon - command line interpreter
  2. pip - file maintainance utility
  3. patch64 - copy ROMs to RAM and apply patches, so it will run
  4. patch128 - run c64 OS in c128 mode (broken)

To do

kmon

  1. kmon run batch files
  2. kmon startup batch file
  3. kmon aliases
  4. kmon n(ew) command
  5. kmon o(ld) command
  6. kmon m(emory) command
  7. kmon c(hdir) command
  8. kmon editor contexts

pip

  1. pip CLI options ✓
  2. pip file copying
  3. pip ASCII/ANSI mode ✓
  4. pip file load address + size
  5. pip hex mode
  6. pip pause mode
  7. pip as engine for help (show only part of file)

Changelog

2022-04-02: pip 0.4 et al

    * pip has interactive mode
    * pip can convert from ASCII/ANSI (use /a option)

2022-04-01: pip 0.4 et al

    * build c128 binary pip.128
    * kmon no longer installs BRK handler by default
    * bootsect.128 init $800 area for BRK
    * kmon j(ump) and g(o) commands work better
    * kmon memory command > works