diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-03-29 15:00:52 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-03-29 15:00:52 -0700 |
commit | 386641c0212437e719e6601596da82df1d0969e0 (patch) | |
tree | 0bf464e0d3ede377f5e48480fe87251877360572 | |
parent | 18ef136b2cfbb3803fa9ff0a91d23fd344d4225b (diff) | |
download | mu-386641c0212437e719e6601596da82df1d0969e0.tar.gz |
.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 09d25b61..3d376ebe 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ $ qemu-system-i386 disk.img <img alt='screenshot of Game of Life running on the Mu computer' src='html/baremetal-life.png'> -([Colorized sources.](http://akkartik.github.io/mu/html/baremetal/life.mu.html) +([Colorized sources.](http://akkartik.github.io/mu/html/life.mu.html) This is memory-safe code, and most statements map to a single instruction of machine code.) |