about summary refs log tree commit diff stats
path: root/html/091write-int.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-30 14:54:30 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-30 14:54:30 -0700
commit2655a4a91d1d2e98cc9ab9c54e70d4eb49c735d6 (patch)
tree92546a021880dee6b956e0115d44b7370edb63bd /html/091write-int.subx.html
parent8bd3c2b5a83d9e8b97472311491010d66a7b7584 (diff)
downloadmu-2655a4a91d1d2e98cc9ab9c54e70d4eb49c735d6.tar.gz
6602
Diffstat (limited to 'html/091write-int.subx.html')
-rw-r--r--html/091write-int.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/091write-int.subx.html b/html/091write-int.subx.html
index 05bffafb..67168f07 100644
--- a/html/091write-int.subx.html
+++ b/html/091write-int.subx.html
@@ -58,7 +58,7 @@ if ('onhashchange' in window) {
 <body onload='JumpToLine();'>
 <a href='https://github.com/akkartik/mu/blob/master/091write-int.subx'>https://github.com/akkartik/mu/blob/master/091write-int.subx</a>
 <pre id='vimCodeElement'>
-<span id="L1" class="LineNr">  1 </span><span class="subxComment"># write-int: add a single int to a stream</span>
+<span id="L1" class="LineNr">  1 </span><span class="subxComment"># write-int: add (the binary representation of) a single int to a stream</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>