diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-12-02 20:39:21 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-12-02 20:39:21 -0800 |
commit | ef31035a9f41ec38bb4e11a18770c3cf2d8eba09 (patch) | |
tree | 6cf8a9e67541be371036679a44d8db7a1c3079e9 | |
parent | 0043952064be14219ca6c428802467b49e6018a3 (diff) | |
download | mu-ef31035a9f41ec38bb4e11a18770c3cf2d8eba09.tar.gz |
4820
-rw-r--r-- | html/subx/050_write.subx.html | 2 | ||||
-rw-r--r-- | subx/050_write.subx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/html/subx/050_write.subx.html b/html/subx/050_write.subx.html index eadec7a1..2eb95ca1 100644 --- a/html/subx/050_write.subx.html +++ b/html/subx/050_write.subx.html @@ -59,7 +59,7 @@ if ('onhashchange' in window) { <body onload='JumpToLine();'> <a href='https://github.com/akkartik/mu/blob/master/subx/050_write.subx'>https://github.com/akkartik/mu/blob/master/subx/050_write.subx</a> <pre id='vimCodeElement'> -<span id="L1" class="LineNr"> 1 </span><span class="subxComment"># _write: write to a file descriptor</span> +<span id="L1" class="LineNr"> 1 </span><span class="subxComment"># _write: write to a file descriptor (fd)</span> <span id="L2" class="LineNr"> 2 </span> <span id="L3" class="LineNr"> 3 </span>== code <span id="L4" class="LineNr"> 4 </span><span class="subxComment"># instruction effective address register displacement immediate</span> diff --git a/subx/050_write.subx b/subx/050_write.subx index bb0f20e1..a82931db 100644 --- a/subx/050_write.subx +++ b/subx/050_write.subx @@ -1,4 +1,4 @@ -# _write: write to a file descriptor +# _write: write to a file descriptor (fd) == code # instruction effective address register displacement immediate |