mirror of
https://github.com/WangXuan95/USTC-RVSoC.git
synced 2025-01-30 23:02:55 +08:00
9 lines
200 B
ArmAsm
9 lines
200 B
ArmAsm
.org 0x0
|
|
.global _start
|
|
_start:
|
|
ori x1, x0, 0x210 # x1 = h210
|
|
ori x2, x1, 0x021 # x2 = h231
|
|
slli x3, x2, 1 # x3 = h462
|
|
andi x4, x3, 0x568 # x4 = h460
|
|
ori x5, x0, 0x68a # x5 = h68a
|
|
|