all repos — xyw @ 3007

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
## Changelog

### 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.