Commodore64128 / Ultimate64

Experiments and doodads for the Ultimate 64, especially the network interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ultimate64

Experiments and doodads for the Ultimate 64, especially the network interface.

Ultimate 64 Remote Commander GUI

Remote control your Ultimate 64 over the network!

Screenshot

Ultimate 64 Remote Commander CLI

Prefer a command line? Great for scripting remote development!

Usage: u64remote.exe <ip> <command> <parameters>

Command is one of:
   reset
   type <text>
   poke <startaddress> <byte 1> <byte 2> <byte n>
   load <filename>  (uses load address in file)
   run  <filename>  (loads and runs)
   jump <filename>  (loads and jumps to start address)

About

Experiments and doodads for the Ultimate 64, especially the network interface.

License:MIT License


Languages

Language:C# 75.9%Language:Assembly 21.7%Language:C 2.0%Language:Batchfile 0.4%