Now that the parser doesn't renumber indices, there's no need for entity variables like $v0.
This enables code generation that never causes a SIGFPE signal to be raised from a division instruction. Instead, division and remainder calculations are protected by explicit traps.