Skip to content

Commit ceada51

Browse files
author
Colin Robertson
committed
Case consistency check.
1 parent 76ffd57 commit ceada51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/register-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author: "corob-msft"
1010
ms.author: "corob"
1111
ms.workload: ["cplusplus"]
1212
---
13-
# Register Usage
13+
# Register usage
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

0 commit comments

Comments
 (0)