all repos — xyw @ 91c5bb20892f4ce23273e1f8b729b7d49e105d1e

A minimal virtual machine and assembler for terminals.

Updated terminal device (removed unnecessary bytes)
h3rald h3rald@h3rald.com
Thu, 29 Jan 2026 13:56:12 +0100
commit

91c5bb20892f4ce23273e1f8b729b7d49e105d1e

parent

faf7aec1d60da041ee42c748ccd193a7687f7b43

2 files changed, 2 insertions(+), 6 deletions(-)

jump to
M examples/devices.abs.xywexamples/devices.abs.xyw

@@ -9,9 +9,7 @@

;terminal .macro terminal.input $FF10 .macro terminal.output $FF11 -.macro terminal.key $FF12 -.macro terminal.modifier $FF13 -.macro terminal.on_keypress $FF14 +.macro terminal.on_keypress $FF12 ;clock .macro clock.year $FF20
M examples/devices.xywexamples/devices.xyw

@@ -9,9 +9,7 @@

;terminal .macro terminal.input $10 .macro terminal.output $11 -.macro terminal.key $12 -.macro terminal.modifier $13 -.macro terminal.on_keypress $14 +.macro terminal.on_keypress $12 ;clock .macro clock.year $20