all repos — xyw @ 0e0b88ce0550287c8917d81b2309688f7e466bcf

A minimal virtual machine and assembler for terminals.

Preparing to release.
h3rald h3rald@h3rald.com
Mon, 03 Aug 2026 17:58:53 +0200
commit

0e0b88ce0550287c8917d81b2309688f7e466bcf

parent

dec781839d6c13f89a1fdf1a569765e41fa6106b

4 files changed, 10 insertions(+), 2 deletions(-)

jump to
M .conver/history.txt.conver/history.txt

@@ -3,3 +3,4 @@ 2026-07-28: +3007 # Improved error management and debugging.

2026-07-30: +3201 # Improved error reporting, fixes, support for optional beeper device. 2026-07-31: +3300 # Improved portability on macOS; Improved audio fallback. 2026-08-03: +3505 # Added symlink creation and cmd exec via file device; Added .reserve directive. +2026-08-03: +3520 # Fixed compilation errors on *nix, tested on NetBSD as well.
M .conver/release.txt.conver/release.txt

@@ -1,1 +1,1 @@

-3505+3520
M CHANGELOG.mdCHANGELOG.md

@@ -1,5 +1,12 @@

## Changelog +### v352-0 — 2026-08-03 + +#### Fixes + +- Fixed compilation errors on *nix. +- Ensuring tests run on NetBSD as well by using gmake instead of make. + ### v350-5 — 2026-08-03 #### New Features
M xyw.hxyw.h

@@ -1,7 +1,7 @@

#ifndef XYW_H #define XYW_H -#define XYW_VERSION 0x3505 +#define XYW_VERSION 0x3520 // Registers and memory #define XYW_MODE_X 0x80