From 6070c23e5e1c60d3bb169e43bddfa59b1d322427 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 16 Jan 2020 18:31:12 -0800 Subject: 5897 - rename comparison instructions Signed and unsigned don't quite capture the essence of what the different combinations of x86 flags are doing for SubX. The crucial distinction is that one set of comparison operators is for integers and the second is for addresses. --- html/078emit-hex.subx.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/078emit-hex.subx.html') diff --git a/html/078emit-hex.subx.html b/html/078emit-hex.subx.html index 94b7eea1..838851a6 100644 --- a/html/078emit-hex.subx.html +++ b/html/078emit-hex.subx.html @@ -84,7 +84,7 @@ if ('onhashchange' in window) { 25 $emit-hex:loop: 26 # if (curr >= width) break 27 39/compare 3/mod/direct 1/rm32/ecx . . . 2/r32/edx . . # compare ecx with edx - 28 7d/jump-if-greater-or-equal $emit-hex:end/disp8 + 28 7d/jump-if->= $emit-hex:end/disp8 29 # print-byte-buffered(out, ebx) # only BL used 30 # . . push args 31 53/push-ebx -- cgit 1.4.1-2-gfad0