From 333525360b22f3d3ea31db46a4d2f1b4edbfebdb Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 26 Aug 2019 11:55:26 -0700 Subject: 5592 - switch register names to lowercase --- html/examples/ex1.subx.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/examples/ex1.subx.html') diff --git a/html/examples/ex1.subx.html b/html/examples/ex1.subx.html index 2f69914a..8ef5ecbd 100644 --- a/html/examples/ex1.subx.html +++ b/html/examples/ex1.subx.html @@ -67,8 +67,8 @@ if ('onhashchange' in window) { 12 13 Entry: 14 # syscall(exit, 42) -15 bb/copy-to-EBX 2a/imm32 # 42 in hex -16 b8/copy-to-EAX 1/imm32/exit +15 bb/copy-to-ebx 2a/imm32 # 42 in hex +16 b8/copy-to-eax 1/imm32/exit 17 cd/syscall 0x80/imm8 18 19 == data 0x0a000000 -- cgit 1.4.1-2-gfad0