blob: 2cc9ce4886171c59ac96e316abff88b52ad09182 [file] [log] [blame]
#include "unit_header.h"
entry:
la x1, data
lh x2, 0(x1)
lh x3, 2(x1)
li x1, 0
j done
data:
.word 0x81828384
.word 0x05060708
start_expected:
.word 1, 0x00
.word 2, 0xFFFF8384
.word 3, 0xFFFF8182
end_expected: