all repos — xyw @ 318137f8fb9361cc206126381f7c23d87791b33b

A minimal virtual machine and assembler for terminals.

Updated changelog, drafting new release.
h3rald h3rald@h3rald.com
Thu, 30 Jul 2026 10:16:44 +0200
commit

318137f8fb9361cc206126381f7c23d87791b33b

parent

d6a026e82655345ce070fe1c747828d33c74ea23

3 files changed, 13 insertions(+), 1 deletions(-)

jump to
M .conver/draft.txt.conver/draft.txt

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

+3201
M CHANGELOG.mdCHANGELOG.md

@@ -1,5 +1,16 @@

## Changelog +### v320-1 — TBD + +#### New functionality + +- Now detecting if an audio backend is present. If not, beeper errors out when used. + +#### Fixes + +- Updated `lib/macros.xyw` to included recent additions (e.g. error codes, new file ops). +- Avoiding compilation warnings on *nix. + ### v300-7 — 2026-07-28 #### Breaking Changes
M xyw.hxyw.h

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

#ifndef XYW_H #define XYW_H -#define XYW_VERSION 0x3007 +#define XYW_VERSION 0x3201 // Registers and memory #define XYW_MODE_X 0x80