From dad25544802de6d4cd839f5d6d5753ad7faeef97 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 29 Nov 2025 17:27:19 -0500 Subject: chore: update general specs and citation file, breaking project structure changes as well. Signed-off-by: Amlal El Mahrouss --- tests/samples/sample.asm | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/samples/sample.asm (limited to 'tests/samples/sample.asm') diff --git a/tests/samples/sample.asm b/tests/samples/sample.asm new file mode 100644 index 0000000..82c0320 --- /dev/null +++ b/tests/samples/sample.asm @@ -0,0 +1,4 @@ +public_segment .code64 __ImageStart + ;; rax is the return value register. + mov rax, 5 + ret \ No newline at end of file -- cgit v1.2.3