From 4772222993cca0d7f098752ee9228251aa79b724 Mon Sep 17 00:00:00 2001 From: CrazyEttin <> Date: Thu, 8 Sep 2022 23:50:13 +0300 Subject: [PATCH] Version 1.0 --- readme.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index 757c7c1..9e9cba1 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,8 @@ -Thingamajig -=========== +Thingamajig v1.0 +================ -Thingamajig is a RISC-y and MISC-y homebrew computer architecture. Its -git repository can be found at +Thingamajig is a RISC/MISC homebrew computer architecture. Its git +repository can be found at https://ahti.space/git/crazyettin/Thingamajig. Included Software @@ -100,12 +100,13 @@ of RAM respectively instead and the speed limitations can be removed with the argument -dfast. Input and output are handled by an emulated glass teletype terminal with -local echo on by default. Of the control characters bell, backspace, -line feed, carriage return, and device control characters two and four -are used by the terminal: the device control characters are used to turn -the local echo on or off respectively, while the rest have their -standard uses. The backspace and delete keys input their respective -characters and non-character keys null. +local echo on by default. Of the control characters bell (^G), +backspace (^H), line feed (^J), carriage return (^M), and device control +characters two (^R) and four (^T) are used by the terminal: the device +control characters are used to turn the local echo on and off +respectively while the rest have their standard uses. The backspace and +delete keys input their respective characters and non-character keys +null. In Linux the emulator can be compiled with support for a character printer and an emulated punched tape reader and punch with the arguments