loongson / la-abi-specs

23 stars 6 forks source link

find discriptive error #8

Open Seoyoung-V opened 6 months ago

Seoyoung-V commented 6 months ago

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?

SixWeining commented 6 months ago

@scylaac