Init commit

This commit is contained in:
Asraelite 2023-10-30 16:41:48 +01:00
commit c45ad79440
48 changed files with 6786 additions and 0 deletions

View file

@ -0,0 +1,13 @@
split_args: ; fn([str8; len]) -> ( [[str8; len]; len] )
push ra
ld x01, 0(r0) ; x0 = pointer to first char, x1 = length
loop:
lw t0, 0(a0)
andi t0, a0, 0o77
beqz end
end:
hash: