mirror of
https://codeberg.org/wownero/RandomWOW
synced 2026-03-06 06:37:33 -05:00
10 lines
120 B
ArmAsm
10 lines
120 B
ArmAsm
/* RISC-V - test if the Zbb extension is present */
|
|
|
|
.text
|
|
.global main
|
|
|
|
main:
|
|
ror x6, x6, x7
|
|
li x10, 0
|
|
ret
|