Version 1.0

This commit is contained in:
CrazyEttin 2022-09-08 23:50:13 +03:00
parent bcd407e639
commit 4772222993
1 changed files with 11 additions and 10 deletions

View File

@ -1,8 +1,8 @@
Thingamajig Thingamajig v1.0
=========== ================
Thingamajig is a RISC-y and MISC-y homebrew computer architecture. Its Thingamajig is a RISC/MISC homebrew computer architecture. Its git
git repository can be found at repository can be found at
https://ahti.space/git/crazyettin/Thingamajig. https://ahti.space/git/crazyettin/Thingamajig.
Included Software Included Software
@ -100,12 +100,13 @@ of RAM respectively instead and the speed limitations can be removed
with the argument -dfast. with the argument -dfast.
Input and output are handled by an emulated glass teletype terminal with Input and output are handled by an emulated glass teletype terminal with
local echo on by default. Of the control characters bell, backspace, local echo on by default. Of the control characters bell (^G),
line feed, carriage return, and device control characters two and four backspace (^H), line feed (^J), carriage return (^M), and device control
are used by the terminal: the device control characters are used to turn characters two (^R) and four (^T) are used by the terminal: the device
the local echo on or off respectively, while the rest have their control characters are used to turn the local echo on and off
standard uses. The backspace and delete keys input their respective respectively while the rest have their standard uses. The backspace and
characters and non-character keys null. delete keys input their respective characters and non-character keys
null.
In Linux the emulator can be compiled with support for a character In Linux the emulator can be compiled with support for a character
printer and an emulated punched tape reader and punch with the arguments printer and an emulated punched tape reader and punch with the arguments