From c9bda4d13ea33873dd5bce1eef0434cb11763d19 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 2 Jan 2020 15:23:01 -0800 Subject: 5875 --- html/apps/ex1.subx.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/apps/ex1.subx.html') diff --git a/html/apps/ex1.subx.html b/html/apps/ex1.subx.html index c4105769..4cc9e90f 100644 --- a/html/apps/ex1.subx.html +++ b/html/apps/ex1.subx.html @@ -2,7 +2,7 @@ -Mu - examples/ex1.subx +Mu - apps/ex1.subx @@ -51,7 +51,7 @@ if ('onhashchange' in window) { -https://github.com/akkartik/mu/blob/master/examples/ex1.subx +https://github.com/akkartik/mu/blob/master/apps/ex1.subx
  1 # First program: same as https://www.muppetlabs.com/~breadbox/software/tiny/teensy.html
  2 # Just return 42.
@@ -67,7 +67,7 @@ if ('onhashchange' in window) {
 12 
 13 Entry:
 14 # exit(42)
-15 bb/copy-to-ebx  2a/imm32  # 42 in hex
+15 bb/copy-to-ebx  0x2a/imm32  # 42 in hex
 16 e8/call  syscall_exit/disp32
 17 
 18 # . . vim:nowrap:textwidth=0
-- 
cgit 1.4.1-2-gfad0