diff options
Diffstat (limited to 'Readme.md')
-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 |