Files
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

10 lines
156 B
ArmAsm

# expected: 00000000000001FF, FFFFFFFFFFFFFFFF
.text
_start:
addi x1, x0, 0x100
ori x31, x1, 0x0FF
addi x1, x0, -1
ori x31, x1, 0x010