index
:
jewelforth
main
x86_64 forth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jefs.s
blob: 191941606285d0f52c4123255d42aee045812d76 (
plain
)
1
2
3
4
5
6
7
; jewelforth section .text global _start _start: mov rdi, 0 mov rax, 60 syscall