about summary refs log tree commit diff stats
path: root/085next-word-or-string.subx
diff options
context:
space:
mode:
Diffstat (limited to '085next-word-or-string.subx')
-rw-r--r--085next-word-or-string.subx6
1 files changed, 3 insertions, 3 deletions
diff --git a/085next-word-or-string.subx b/085next-word-or-string.subx
index cb9a424c..5f6e2cee 100644
--- a/085next-word-or-string.subx
+++ b/085next-word-or-string.subx
@@ -32,7 +32,7 @@ $next-word-or-string:check0:
     8b/copy                         1/mod/*+disp8   6/rm32/esi    .           .             .           0/r32/eax   4/disp8         .                 # copy *(esi+4) to eax
     # . if (eax < line->write) goto next check
     3b/compare                      0/mod/indirect  6/rm32/esi    .           .             .           0/r32/eax   .               .                 # compare eax with *esi
-    7c/jump-if-lesser  $next-word-or-string:check-for-comment/disp8
+    7c/jump-if-<  $next-word-or-string:check-for-comment/disp8
     # . return out
     c7          0/subop/copy        0/mod/direct    7/rm32/edi    .           .             .           .           .               0/imm32           # copy to *edi
     c7          0/subop/copy        1/mod/*+disp8   7/rm32/edi    .           .             .           .           4/disp8         0/imm32           # copy to *(edi+4)
@@ -48,7 +48,7 @@ $next-word-or-string:check-for-comment:
     8a/copy-byte                    1/mod/*+disp8   4/rm32/sib    6/base/esi  1/index/ecx   .           0/r32/AL    0xc/disp8       .                 # copy byte at *(esi+ecx+12) to AL
     # . compare
     3d/compare-eax-and  0x23/imm32/pound
-    75/jump-if-not-equal  $next-word-or-string:check-for-string-literal/disp8
+    75/jump-if-!=  $next-word-or-string:check-for-string-literal/disp8
 $next-word-or-string:comment:
     # out->end = &line->data[line->write]
     8b/copy                         0/mod/indirect  6/rm32/esi    .           .             .           0/r32/eax   .               .                 # copy *esi to eax
@@ -66,7 +66,7 @@ $next-word-or-string:check-for-string-literal:
     8a/copy-byte                    1/mod/*+disp8   4/rm32/sib    6/base/esi  1/index/ecx   .           0/r32/AL    0xc/disp8       .                 # copy byte at *(esi+ecx+12) to AL
     # . compare
     3d/compare-eax-and  0x22/imm32/dquote
-    75/jump-if-not-equal  $next-word-or-string:regular-word/disp8
+    75/jump-if-!=  $next-word-or-string:regular-word/disp8
 $next-word-or-string:string-literal:
     # skip-string(line)
     # . . push args