missing runtime changes from OPAE

This commit is contained in:
Blaise Tine
2020-03-27 22:51:54 -04:00
parent 89d5bfbef1
commit f7e0d1e491
5 changed files with 40 additions and 166 deletions

View File

@@ -22,9 +22,11 @@ be:
.type vx_printc, @function
.global vx_printc
vx_printc:
la t0, 0x00010000
la t0, print_addr
sw a1, 0(t0)
ret
.section .data
print_addr:
.word 0x00010000