mirror of
https://github.com/olofk/serv.git
synced 2026-03-01 09:20:58 +00:00
Clear t0 in blinky example
This commit is contained in:
@@ -29,6 +29,8 @@ _start:
|
||||
/* Set timer value to control blink speed */
|
||||
li t1, DELAY
|
||||
|
||||
/* Clear t0 */
|
||||
addi t0, zero, 0
|
||||
bl1:
|
||||
/* Write to LEDs */
|
||||
sb t0, 0(a0)
|
||||
|
||||
Reference in New Issue
Block a user