From 584d731122806a0da5d7292547bf25271092caa5 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 27 Oct 2018 19:10:05 +0200 Subject: [PATCH] README.md: minor fix --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba04b24..59dd995 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ This is a virtual machine for a RISC-processor designed for educational purposes. The design is taken from the real world and tries to mimic existing RISC-architectures. -So it should in theory be possible to construct actual hardware based on the instruction set. Maybe not build a transistor-chip (it's hard, unless you know someone working at Intel/Amd or something) but by putting together a bunch of gate-chips on a breadboard. +So it should in theory be possible to construct actual hardware based on the instruction set. +Maybe not build a transistor-chip (it's hard, unless you know someone working at Intel/Amd or something) +but by putting together a bunch of gate-chips on a breadboard. The instruction set is by no means designed to be "fast" or "optimal" but focus more on being easy to understand and modify/play with.