Create boot.S

This commit is contained in:
aramya 2021-06-30 18:12:18 +01:00 committed by GitHub
parent ab7c4d5e4a
commit e405778469
1 changed files with 4 additions and 0 deletions

4
boot.S Normal file
View File

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