initial commit
This commit is contained in:
11
FIRMWARE/wait.S
Normal file
11
FIRMWARE/wait.S
Normal file
@@ -0,0 +1,11 @@
|
||||
.section .text
|
||||
.globl wait
|
||||
|
||||
wait:
|
||||
li t0,1
|
||||
slli t0, t0,17
|
||||
.L0:
|
||||
addi t0,t0,-1
|
||||
bnez t0, .L0
|
||||
ret
|
||||
|
Reference in New Issue
Block a user