From d45dad4f39840e5786e76c26bc8025ecda743a10 Mon Sep 17 00:00:00 2001 From: gammalogic Date: Mon, 4 Mar 2024 17:27:11 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b204e8..3edd173 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ A JavaScript implementation of the TUTor Automatic Computer (TUTAC), a theoretical computer designed to aid understanding of computers and computer programming techniques. The design of TUTAC was detailed in the 1964 book "Computer Programming Techniques" by Theodore G. Scott, originally published in the US by U.S. Industries, Inc. and in Great Britain by Macdonald & Co. (Publishers) London. Please note that this simulation uses a reduced subset of the total available opcodes as described in this book to keep it in accordance with the model described in an earlier book by the same author[1]. ## TUTAC Machine Specification -2000 cell memory (addresses 0000-1999) with 11 digits per cell (1 sign digit, 10 magnitude digits) -13 opcodes -IBM card reader support +- 2000 cell memory (addresses 0000-1999) with 11 digits per cell (1 sign digit, 10 magnitude digits) +- 13 opcodes +- IBM card reader support [WORK IN PROGRESS]