• ⚠️ 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.0 - Programmable Rockets

tom_is_unlucky

New Member
Dec 1, 2025
6
9
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