Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dwsJason/f256_pexec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: wildbitscomputing/pexec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 19 files changed
  • 1 contributor

Commits on Mar 25, 2026

  1. Switch build system from Merlin32 to 64tass

    Convert all assembly source files from Merlin32 syntax to 64tass,
    add a proper Makefile with build/run/flash/clean targets, and
    add update.csv for flashing to block 8. Remove the Windows-only
    Merlin32.exe and build.bat.
    mbrukner committed Mar 25, 2026
    Configuration menu
    Copy the full SHA
    43747c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2026

  1. Add interactive file chooser (v0.70)

    File browser activates when pexec is launched without arguments.
    Features: directory navigation, box-drawn UI, key repeat via
    hardware frame counter, configurable CD / mode, proper arg passing
    to launched programs. Keybinds: up/down arrows, left/right jump 10,
    enter/space to select, backspace to go up, RUN/STOP to exit.
    Also adds emu target to Makefile and ensures 80x60 text mode.
    mbrukner committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    f0241e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    988599b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fb2103 View commit details
    Browse the repository at this point in the history
Loading