End of Stage 1

This commit is contained in:
2026-01-26 01:36:01 -05:00
parent 9df9392972
commit 19e4ad9bfe
17 changed files with 64 additions and 0 deletions

4
bin/bitwise.s Normal file
View File

@@ -0,0 +1,4 @@
.globl main
main:
movl $12, %eax
ret