diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-07-27 19:00:53 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-07-27 19:00:53 -0700 |
commit | 2aa903df8bccd843498c2e76016d4a1876979d7b (patch) | |
tree | fad7537cf56116815b2d36f951b265dc60718c69 | |
parent | 003643161b5e0baf38c8c676ef87176b8b6fb69f (diff) | |
download | mu-2aa903df8bccd843498c2e76016d4a1876979d7b.tar.gz |
5492
-rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md index 5893e89d..0c03f9ae 100644 --- a/Readme.md +++ b/Readme.md @@ -376,7 +376,7 @@ be built up incrementally out of multiple [_layers_](http://akkartik.name/post/w The data segment consists of labels as before and byte values. Referring to data labels in either `code` segment instructions or `data` segment values -(using the `imm32` metadata either way) yields their address. +yields their address. Automatic tests are an important part of SubX, and there's a simple mechanism to provide a test harness: all functions that start with `test-` are called in |