Files
fmn_processor/bench/tests/op/lh.s
Albin Chaboissier 9daa296892 Lays groundword for Rv64i extension
Some base files had to be modified to support 64-bit architecture
as well as the Makefile to load 64-bit words into memory
2025-11-10 16:38:40 +01:00

13 lines
220 B
ArmAsm

# expected: FFFFFFFFFFFFF1BC, FFFFFFFFFFFFF1BC
.text
_start:
lui x1, 0xF
ori x1, x1, 0x1BC
sh x1, 100(x0)
lh x31, 100(x0)
lui x1, 0xF
ori x1, x1, 0x1BC
sh x1, 106(x0)
lh x31, 106(x0)