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