about summary refs log tree commit diff stats
path: root/subx/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-04-16 21:57:39 -0700
committerKartik Agaram <vc@akkartik.com>2019-04-16 21:57:39 -0700
commitff5846cc8367a99099dc9a016dc1be6c4ad9827c (patch)
treedfb3611087c3bc2c59f28824ce58686acf18d4cd /subx/apps
parentb142ae9cdd46bab8e2fc688afd4cee17ff32aa39 (diff)
downloadmu-ff5846cc8367a99099dc9a016dc1be6c4ad9827c.tar.gz
5100
Diffstat (limited to 'subx/apps')
-rw-r--r--subx/apps/pack.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/pack.subx b/subx/apps/pack.subx
index cc9a9135..c25ce53c 100644
--- a/subx/apps/pack.subx
+++ b/subx/apps/pack.subx
@@ -7052,7 +7052,7 @@ emit-hex:  # out : (address buffered-file), n : int, width : int -> <void>
     31/xor                          3/mod/direct    1/rm32/ECX    .           .             .           1/r32/ECX   .               .                 # clear ECX
 $emit-hex:loop:
     # if (curr >= width) break
-    39/compare                      3/mod/direct    1/rm32/ECX    .           .             .           2/r32/EDX   .               .                 # compare ECX and EDX
+    39/compare                      3/mod/direct    1/rm32/ECX    .           .             .           2/r32/EDX   .               .                 # compare ECX with EDX
     7d/jump-if-greater-or-equal  $emit-hex:end/disp8
     # print-byte(out, EBX)
     # . . push args