aboutsummaryrefslogtreecommitdiffstats
path: root/spiflash/firmware.s
blob: 338ae5a45cbdb50c93415d6e78034857aa1c9926 (plain)
1
2
3
4
5
6
7
8
start:
      li      x1,0xc0000000
      sw      x0,0(x0)
loop: lw      x2,0(x0)
      addi    x2,x2,1
      sw      x2,0(x1)
      sw      x2,0(x0)
      j       loop