mirror of
https://github.com/foxsen/archbase.git
synced 2026-04-23 18:10:34 +08:00
initial import to public repository
This commit is contained in:
11
materials/chapter4/varg_passing.csv
Normal file
11
materials/chapter4/varg_passing.csv
Normal file
@@ -0,0 +1,11 @@
|
||||
参数序号,传递方式,低位 高位
|
||||
0,$fa0,(扩展为double)1
|
||||
1,$a0,(扩展为double)2
|
||||
2,$a1, 第1和2字节为3和4,其余为填充
|
||||
3,$a2,(long double低64位)5
|
||||
4,$a3,(long double高64位)5
|
||||
5,$a4,(扩展为double)6
|
||||
6,$a5,(扩展到64位)7
|
||||
7,$a6,8
|
||||
8,$a7,(扩展为double)9
|
||||
9,内存$sp + 0,10
|
||||
|
Reference in New Issue
Block a user