summaryrefslogtreecommitdiff
path: root/test.lisp
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-04-26 22:55:20 -0400
committerLLLL Colonq <llll@colonq>2026-04-26 22:55:20 -0400
commit63051c6f1cf59e468cb4175deea83c82888d18c2 (patch)
tree8b43f64dd8a1932aa886283a63d49688b149b5a6 /test.lisp
parente38591e34fb46b433485e8decbe0ea3ec964fdbe (diff)
Working assemblerHEADmaster
Diffstat (limited to 'test.lisp')
-rw-r--r--test.lisp7
1 files changed, 0 insertions, 7 deletions
diff --git a/test.lisp b/test.lisp
deleted file mode 100644
index 4353ef3..0000000
--- a/test.lisp
+++ /dev/null
@@ -1,7 +0,0 @@
-(let ((elf (elf/new!)))
- (print! elf)
- (elf/write-header! elf
- :type elf/TYPE_EXEC
- :machine elf/MACHINE_AMD64)
- (elf/spit! "test.elf" elf)
- )