SPI_Test/tb/qumcu/isa/case/Lh_unalgn_test/main.s

18 lines
230 B
ArmAsm
Raw Permalink Normal View History

2024-06-25 16:41:01 +08:00
lui x3,0x87654
addi x3,x3,0x321
lui x4,0xfedcb
addi x4,x4,0x765
lui x1,0x100
sw x3,0x0(x1)
sw x4,0x4(x1)
lh x8,0x0(x1)
lh x9,0x1(x1)
lh x10,0x2(x1)
lh x11,0x3(x1)
lh x12,0x4(x1)
lh x13,0x5(x1)
lh x14,0x6(x1)
lh x15,0x7(x1)
exit: