diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-04-10 01:43:38 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-04-10 01:43:38 -0700 |
commit | fe9739b69bed76416cd8102ccbcb436748f9ca22 (patch) | |
tree | b09ea5f00c6279bed763d1d467df05f8680eeedc | |
parent | 4098359e509a019ee6589c8a8ad2bc145866cd9e (diff) | |
download | mu-fe9739b69bed76416cd8102ccbcb436748f9ca22.tar.gz |
5070
-rw-r--r-- | subx/Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/Readme.md b/subx/Readme.md index 47ba04ee..fb167276 100644 --- a/subx/Readme.md +++ b/subx/Readme.md @@ -289,7 +289,7 @@ point of the program. It doesn't have to be unique, and the latest definition will override earlier ones. (The `Entry` label, along with duplicate segment headers, allows programs to -be built up incrementally out of multiple _layers_](http://akkartik.name/post/wart-layers).) +be built up incrementally out of multiple [_layers_](http://akkartik.name/post/wart-layers).) The data segment consists of labels as before and byte values. Referring to data labels in either `code` segment instructions or `data` segment values |