From 074cb7784a9abebe4da0de1b9aeb653b3c07d42a Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Fri, 27 May 2022 18:01:57 -0600 Subject: [PATCH] Update readme --- README.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index fa125f0..0b499b5 100644 --- a/README.md +++ b/README.md @@ -3,19 +3,5 @@ Triscit This is a tiny RISC instruction set designed for teaching. - -Instructions -======== - -| Number | Name | Arguments | Description | -| --- | --- | --- | --- | -| 00 | PRNT | x | Print string at x | -| 01 | READ | x | Read input, store in x | -| 02 | COMP | x y | Compare string x to y | -| 03 | JNEQ | x | If not equal, set PC to x | -| 04 | JUMP | x | Set PC to x | -| 05 | HALT | | Terminate program | -| 06 | HACF | | Burn up computer (never use this!) | -| 07 | NOOP | | Do absolutely nothing | - -This assumes the user comes with a notion of what it means to read and print. \ No newline at end of file +As of May 2023, there are eight instructions, +including "Halt And Catch Fire".