kit

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

rv32_loadstore.expected.txt (168B)


      1 0:	lw	a0, 0(a1)
      2 4:	lw	t0, 4(sp)
      3 8:	lh	a2, 2(a3)
      4 c:	lb	a4, 1(a5)
      5 10:	lhu	s0, 8(s1)
      6 14:	lbu	t1, 3(t2)
      7 18:	sw	a0, 0(a1)
      8 1c:	sw	t0, 4(sp)
      9 20:	sh	a2, 2(a3)
     10 24:	sb	a4, 1(a5)