kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

rv32_loadstore.s (178B)


      1 .text
      2     lw a0, 0(a1)
      3     lw t0, 4(sp)
      4     lh a2, 2(a3)
      5     lb a4, 1(a5)
      6     lhu s0, 8(s1)
      7     lbu t1, 3(t2)
      8     sw a0, 0(a1)
      9     sw t0, 4(sp)
     10     sh a2, 2(a3)
     11     sb a4, 1(a5)