Skip to content

Commit f35a769

Browse files
author
Colin Robertson
committed
Added useless header to quell review issues
1 parent ceada51 commit f35a769

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/build/register-usage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.workload: ["cplusplus"]
1414

1515
The x64 architecture provides for 16 general-purpose registers (hereafter referred to as integer registers) as well as 16 XMM/YMM registers available for floating-point use. Volatile registers are scratch registers presumed by the caller to be destroyed across a call. Nonvolatile registers are required to retain their values across a function call and must be saved by the callee if used.
1616

17+
## Register volatility and preservation
18+
1719
The following table describes how each register is used across function calls:
1820

1921
||||

0 commit comments

Comments
 (0)