commit 5ad787e1cbc1712c2505d382514912c6d9339572 parent 2e7b56b643a7a294577da4bae93528208c1c12b0 Author: Henry Wilson <m3henry@googlemail.com> Date: Sat, 17 Jun 2017 00:36:15 +0100 added missing syscall, derpderp Diffstat:
M | main.s | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/main.s b/main.s @@ -284,6 +284,7 @@ accept: codeword mov (SP), ARGB mov TOS, ARGC mov CMD, (SP) + syscall jmp _drop # Do Stuff