From d19a5c66e07eee9170538ee8eaac6341fe964511 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 20 Oct 2021 22:59:42 -0700 Subject: [PATCH] paper over one gap pointed out by sejo --- tutorial/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorial/index.md b/tutorial/index.md index ea0d6948..99bcc6b1 100644 --- a/tutorial/index.md +++ b/tutorial/index.md @@ -31,6 +31,8 @@ You will need: * [QEMU](https://www.qemu.org) for emulating a processor without Linux. * Basic knowledge of number bases, and the difference between decimal and hexadecimal numbers. +* Basic knowledge of the inside of a processor, such as the difference between + a small number of registers and a large number of locations in memory. If you have trouble with any of this, [I'm always nearby and available to answer questions](http://akkartik.name/contact). The prerequisites are just