diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-10-20 22:59:42 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-10-20 22:59:42 -0700 |
commit | d19a5c66e07eee9170538ee8eaac6341fe964511 (patch) | |
tree | 432299da2b2e7dbda45c767fa487d3f2533b7f8a /tutorial | |
parent | efe918919a44f0d612cfe4b8f81895a7070cbe75 (diff) | |
download | mu-d19a5c66e07eee9170538ee8eaac6341fe964511.tar.gz |
paper over one gap pointed out by sejo
Diffstat (limited to 'tutorial')
-rw-r--r-- | tutorial/index.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 |