FIxed first circular issue

This commit is contained in:
felsabbagh3
2019-10-24 10:38:04 -04:00
parent de8de00f6e
commit 1e648c5819
19 changed files with 2302 additions and 2799 deletions

View File

@@ -6,7 +6,7 @@
.type _start, @function
.global _start
_start:
la a0, 0xFF003300
la a0, 0x020000
li a1, 7
sw a1, 4(a0)
nop