From 5396e24cba8390ca2d70d99c7e8772eee4ec3a11 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 18 May 2021 13:01:59 -0700 Subject: . --- html/102keyboard.subx.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/102keyboard.subx.html') diff --git a/html/102keyboard.subx.html b/html/102keyboard.subx.html index eb272040..b4fd8a3b 100644 --- a/html/102keyboard.subx.html +++ b/html/102keyboard.subx.html @@ -94,7 +94,7 @@ if ('onhashchange' in window) { 37 # var next-key/eax: byte = *buffer-byte-addr 38 8a/byte-> *ecx 0/r32/AL 39 # if (next-key != 0) lock and remove from keyboard buffer -40 81 7/subop/compare %eax 0/imm32 +40 3d/compare-eax-with 0/imm32 41 { 42 74/jump-if-= break/disp8 43 fa/disable-interrupts -- cgit 1.4.1-2-gfad0