mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-06-01 18:41:13 -07:00
A0FF not formatted fix (exercise)
This commit is contained in:
@@ -9,7 +9,7 @@ BASE_ADDR equ 0x0000
|
|||||||
|
|
||||||
Main:
|
Main:
|
||||||
li $t0, 0xA000 ; $t0 = 0xA000
|
li $t0, 0xA000 ; $t0 = 0xA000
|
||||||
li $t1, 0xA0FF ; $t1 = 0xA0FF
|
li $t1, 0xA100 ; $t1 = 0xA100
|
||||||
li $t2, 0x11 ; $t2 = 0x11
|
li $t2, 0x11 ; $t2 = 0x11
|
||||||
|
|
||||||
Loop:
|
Loop:
|
||||||
|
|||||||
Reference in New Issue
Block a user