Y
Hacker News
new
|
ask
|
show
|
jobs
by
lynguist
54 days ago
Indeed!!
MIPS - $zero
RISC-V - x0
SPARC - %g0
ARM64 - XZR
3 comments
classichasclass
54 days ago
PowerPC: "r0 occasionally" (with certain instructions like addi, though this might be better considered an edge case of encoding)
link
Findecanor
54 days ago
On 64-bit ARM, the same register number is XZR in some instructions and the stack pointer in others.
link
matja
54 days ago
Alpha: r31, f31
link