First simple test

This commit is contained in:
unlockable
2024-07-10 23:55:47 +08:00
parent defe0288f1
commit 052bf5f09a
2 changed files with 15 additions and 0 deletions

12
01simple_test.asm Normal file
View File

@@ -0,0 +1,12 @@
.text
start: addi $1, $1, 1
nop
nop
nop
nop
nop
nop
nop
nop
nop
j start