rv32ui: sh: Added side effect test (#14)
authorSebastian Bøe <sebastianbooe@gmail.com>
Wed, 15 Jun 2016 00:17:16 +0000 (02:17 +0200)
committerAndrew Waterman <waterman@eecs.berkeley.edu>
Wed, 15 Jun 2016 00:17:16 +0000 (17:17 -0700)
commit190d9f8416b03a6b073d483ef181ee6fb3bad40d
treef01421290c3e353d5dad36df4e45334a8a042187
parent654a7a4a85918b73de6e301d7220a6e09bb6587a
rv32ui: sh: Added side effect test (#14)

From the test comment:
sh to a word aligned address should only affect the 2 lower bytes
and should leave the 2 upper bytes unmodified.

In this test we write 2 bytes to the lower 2 bytes of the word
tdat11 and then ensure that the both the upper 2 bytes and lower
2 bytes are as expected.
isa/rv32ui/sh.S