all repos — xyw @ 318137f8fb9361cc206126381f7c23d87791b33b

A minimal virtual machine and assembler for terminals.

CHANGELOG.md

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
## 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

- Added more error codes and changed existing error code values.
- Debug output now written to stderr

#### New Features

- Enhanced debug messages
- Added more checks to avoid memory overflows.

### v280-D — 2026-07-27

Initial release, featuring:

- Integrated assembler for the xyw assembly language.
- Integrated virtual machine able to execute previously-assembled xim image files.
- Support for system, terminal, clock, file and beeper devices.