From ee0e67b9d7c275480827d856b926d2c403057bb8 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 6 Mar 2020 18:39:16 -0800 Subject: 6091 --- html/apps/pack.subx.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/apps/pack.subx.html') diff --git a/html/apps/pack.subx.html b/html/apps/pack.subx.html index 7bf6cc71..a01556fc 100644 --- a/html/apps/pack.subx.html +++ b/html/apps/pack.subx.html @@ -65,8 +65,8 @@ if ('onhashchange' in window) { 3 # uses are left untouched. 4 # 5 # To run: - 6 # $ ./subx translate init.linux 0*.subx apps/subx-params.subx apps/pack.subx -o apps/pack - 7 # $ echo '05/add-to-eax 0x20/imm32' |./subx run apps/pack + 6 # $ ./bootstrap translate init.linux 0*.subx apps/subx-params.subx apps/pack.subx -o apps/pack + 7 # $ echo '05/add-to-eax 0x20/imm32' |./bootstrap run apps/pack 8 # Expected output: 9 # 05 20 00 00 00 # 05/add-to-eax 0x20/imm32 10 # The original instruction gets included as a comment at the end of each @@ -4721,7 +4721,7 @@ if ('onhashchange' in window) { 5864 # . . push args 5865 51/push-ecx 5866 # . . call -5867 e8/call parse-hex-int-from-slice/disp32 +5867 e8/call parse-hex-int-from-slice/disp32 5868 # . . discard args 5869 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp 5870 $parse-datum-of-word:end: -- cgit 1.4.1-2-gfad0