From 46a4a4859582562715e41e7a096f56f7fdb8b10c Mon Sep 17 00:00:00 2001 From: Jonathan Woollett-Light Date: Sun, 24 Dec 2023 17:40:46 +0000 Subject: [PATCH] update arg --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 683b184..e206d84 100644 --- a/index.html +++ b/index.html @@ -42,7 +42,7 @@

Hello, World!

Language

include https://raw.githubusercontent.com/JonathanWoollett-Light/language/master/syscalls.lang
x := "Hello, World!\n"
write 1 &x
exit 0

-

language new hello-world
language build hello-world

+

language new hello-world
cd hello-world
language build

.global _start
_start:
mov x8, #64
mov x0, #1
ldr x1, =a
mov x2, #14
svc #0
mov x8, #93
mov x0, #0
svc #0
.data
a: .byte 72,101,108,108,111,44,32,87,111,114,108,100,33,10