blob: c139f96a415416350eb105426d1554f948b6989b [file] [log] [blame]
#include "unit_header.h"
entry:
la x1, data
lb x2, 0(x1)
lb x3, 1(x1)
lb x4, 2(x1)
lb x5, 3(x1)
li x1, 0
j done
data:
.word 0x01020304
.word 0x05060708
start_expected:
.word 1, 0x00
.word 2, 0x04
.word 3, 0x03
.word 4, 0x02
.word 5, 0x01
end_expected: