diff options
| author | Alejandro Sior <aho@sior.be> | 2022-08-06 10:50:56 +0200 |
|---|---|---|
| committer | Alejandro Sior <aho@sior.be> | 2022-08-06 10:50:56 +0200 |
| commit | 83e7d98e5ac459d5d40b142dbd66ce63ef1aa983 (patch) | |
| tree | a8476aa37ce511c5f98ad8d502bea5597baa0bba /test/test.S | |
| parent | 88d707bd8043b2257d2fc6498dc76defa0164793 (diff) | |
cook: rudimentary handling of libraries
Diffstat (limited to 'test/test.S')
| -rw-r--r-- | test/test.S | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test.S b/test/test.S deleted file mode 100644 index 875ab58..0000000 --- a/test/test.S +++ /dev/null @@ -1,6 +0,0 @@ -.code64 - -.global test -test: - mov $69, %rax - ret
\ No newline at end of file |
