• ⚠️ Mod Release Rules now apply to this board.

    All mods must include a license, source code (for executable mods), and proper attribution.

    Read the full rules here before posting.

Gameplay KSASM v0.2.1 - Programmable Rockets

tom_is_unlucky

New Member
Dec 1, 2025
12
10
KSASM 0.2.1 (KSA build 3473)
License: MIT

A programmable autopilot computer for KSA using a fictional assembly language.

See github repo for installation and usage details

Github Repo: https://github.com/tsholmes/KSASM
Download: https://github.com/tsholmes/KSASM/releases/latest

Examples: https://github.com/tsholmes/KSASM/tree/master/KSASM/Examples

Requires StarMap
Requires KittenExtensions for the terminal visualizer (mod will function without, the terminal will just be blank)

Derivative works: This mod includes a font atlas generated from Content/Fonts/3270-Regular.ttf shipped with the game.

1766590213271.png
 
Last edited:
v0.1.1:
- add DevView debug window
- fix rare crash when building debug symbols

next update will be a rewrite of the instruction set to something simpler
 
Last edited:
v0.2.0:
- Complete rework to stack-based instruction set
- Expand value type list for more signed/unsigned options, and add a native string pointer type
- Simplify assembler syntax for new instruction set

this hopefully improves the accessibility of getting started while still having a fully-featured instruction set