From 25a539fec12ffb53d31259cee2a649cd457111a0 Mon Sep 17 00:00:00 2001 From: kitty Date: Mon, 19 Jan 2026 23:46:04 +1100 Subject: =?UTF-8?q?build=20test,=20x86=20=E2=86=92=20x86=5F64=20(changed?= =?UTF-8?q?=20my=20mind)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jefs.s | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 jefs.s (limited to 'jefs.s') diff --git a/jefs.s b/jefs.s new file mode 100644 index 0000000..1919416 --- /dev/null +++ b/jefs.s @@ -0,0 +1,7 @@ +; jewelforth +section .text +global _start +_start: + mov rdi, 0 + mov rax, 60 + syscall -- cgit v1.2.3