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