Create boot.S

This commit is contained in:
thamugadi 2021-06-30 18:12:18 +01:00 committed by GitHub
parent 8313f602f1
commit 70c6f0d45f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
boot.S Normal file
View File

@ -0,0 +1,4 @@
.globl _start
_start:
addi 1,1,1
b _start