You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
8.1. The registers
...
The registers that can be used for passing arguments and returning values are the argument registers,
which include:
• GARs: 8 general-purpose registers $a0 - $a7, where $a0 and $a1 are also used for integral values.
• FARs: 8 floating-point registers $fa0 - $fa7, where $fa0 and $fa1 are also used for returning values.
...
Should it be the word returning like FARs rather than integral?
The text was updated successfully, but these errors were encountered:
8.1. The registers
...
The registers that can be used for passing arguments and returning values are the argument registers,
which include:
• GARs: 8 general-purpose registers $a0 - $a7, where $a0 and $a1 are also used for integral values.
• FARs: 8 floating-point registers $fa0 - $fa7, where $fa0 and $fa1 are also used for returning values.
...
Should it be the word returning like FARs rather than integral?
The text was updated successfully, but these errors were encountered: