Skip to content

Commit

Permalink
hello
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWoollett-Light committed Dec 24, 2023
1 parent ff11cf8 commit bb96b56
Show file tree
Hide file tree
Showing 6 changed files with 289 additions and 396 deletions.
113 changes: 0 additions & 113 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ edition = "2021"
libc = "0.2.147"
reqwest = { version = "0.11.22", features=["blocking"]}
num-traits = "0.2.16"
clap = { version = "4.4.11", features=["derive"] }
ring = "0.17.7"
data-encoding = "2.5.0"
itertools = "0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h3>Hello, World!</h3>
<div>
<h5>Language</h5>
<p class="code">include https://raw.githubusercontent.com/JonathanWoollett-Light/language/master/syscalls.lang<br>x := "Hello, World!\n"<br>write 1 &x<br>exit 0</p>
<p class="code">language --path hello-world</p>
<p class="code">language --new hello-world<br>language --build hello-world</p>
<p class="code assembly">.global _start<br>_start:<br>mov x8, #64<br>mov x0, #1<br>ldr x1, =a<br>mov x2, #14<br>svc #0<br>mov x8, #93<br>mov x0, #0<br>svc #0<br>.data<br>a: .byte 72,101,108,108,111,44,32,87,111,114,108,100,33,10</p>
</div>
<div>
Expand Down
Loading

0 comments on commit bb96b56

Please sign in to comment.