|
115 | 115 | ## [How to: Configure C++ Projects to Target 64-Bit, x64 Platforms](../how-to-configure-visual-cpp-projects-to-target-64-bit-platforms.md) |
116 | 116 | ## [How to: Enable a 64-Bit C++ Toolset on the Command Line](../how-to-enable-a-64-bit-visual-cpp-toolset-on-the-command-line.md) |
117 | 117 | ## [Common C++ 64-bit Migration Issues](../common-visual-cpp-64-bit-migration-issues.md) |
118 | | -## [x64 Software Conventions](../x64-software-conventions.md) |
119 | | -### [Overview of x64 Calling Conventions](../overview-of-x64-calling-conventions.md) |
120 | | -### [Types and Storage](../types-and-storage.md) |
121 | | -#### [Scalar Types](../scalar-types.md) |
122 | | -#### [Aggregates and Unions](../aggregates-and-unions.md) |
123 | | -#### [Examples of Structure Alignment](../examples-of-structure-alignment.md) |
124 | | -#### [Bitfields](../bitfields.md) |
125 | | -#### [Conflicts with the x86 Compiler](../conflicts-with-the-x86-compiler.md) |
126 | | -### [Register Usage](../register-usage.md) |
127 | | -### [Calling Convention](../calling-convention.md) |
128 | | -#### [Parameter Passing](../parameter-passing.md) |
129 | | -#### [Varargs](../varargs.md) |
130 | | -#### [Unprototyped Functions](../unprototyped-functions.md) |
131 | | -#### [Return Values (C++)](../return-values-cpp.md) |
132 | | -#### [Caller-Callee Saved Registers](../caller-callee-saved-registers.md) |
133 | | -#### [Function Pointers](../function-pointers.md) |
134 | | -#### [Floating-Point Support for Older Code (C++)](../floating-point-support-for-older-code-visual-cpp.md) |
135 | | -#### [FpCsr](../fpcsr.md) |
136 | | -#### [MxCsr](../mxcsr.md) |
137 | | -#### [setjmp-longjump](../setjmp-longjump.md) |
138 | | -### [Stack Usage](../stack-usage.md) |
139 | | -#### [Stack Allocation](../stack-allocation.md) |
140 | | -#### [Dynamic Parameter Stack Area Construction](../dynamic-parameter-stack-area-construction.md) |
141 | | -#### [Function Types](../function-types.md) |
142 | | -#### [malloc Alignment](../malloc-alignment.md) |
143 | | -#### [alloca](../alloca.md) |
144 | | -### [Prolog and Epilog](../prolog-and-epilog.md) |
145 | | -### [Exception Handling (x64)](../exception-handling-x64.md) |
146 | | -#### [Unwind Data for Exception Handling, Debugger Support](../unwind-data-for-exception-handling-debugger-support.md) |
147 | | -##### [struct RUNTIME_FUNCTION](../struct-runtime-function.md) |
148 | | -##### [struct UNWIND_INFO](../struct-unwind-info.md) |
149 | | -##### [struct UNWIND_CODE](../struct-unwind-code.md) |
150 | | -##### [Chained Unwind Info Structures](../chained-unwind-info-structures.md) |
151 | | -#### [Unwind Procedure](../unwind-procedure.md) |
152 | | -#### [Language Specific Handler](../language-specific-handler.md) |
153 | | -#### [Unwind Helpers for MASM](../unwind-helpers-for-masm.md) |
154 | | -##### [Raw Pseudo Operations](../raw-pseudo-operations.md) |
155 | | -##### [MASM Macros](../masm-macros.md) |
156 | | -#### [Unwind Data Definitions in C](../unwind-data-definitions-in-c.md) |
157 | | -### [Intrinsics and Inline Assembly](../intrinsics-and-inline-assembly.md) |
158 | | -### [Image Format](../image-format.md) |
| 118 | +## [x64 Software Conventions](x64-software-conventions.md) |
| 119 | +### [Overview of x64 Calling Conventions](overview-of-x64-calling-conventions.md) |
| 120 | +### [Types and Storage](types-and-storage.md) |
| 121 | +#### [Scalar Types](scalar-types.md) |
| 122 | +#### [Aggregates and Unions](aggregates-and-unions.md) |
| 123 | +#### [Examples of Structure Alignment](examples-of-structure-alignment.md) |
| 124 | +#### [Bitfields](bitfields.md) |
| 125 | +#### [Conflicts with the x86 Compiler](conflicts-with-the-x86-compiler.md) |
| 126 | +### [Register Usage](register-usage.md) |
| 127 | +### [Calling Convention](calling-convention.md) |
| 128 | +#### [Parameter Passing](parameter-passing.md) |
| 129 | +#### [Varargs](varargs.md) |
| 130 | +#### [Unprototyped Functions](unprototyped-functions.md) |
| 131 | +#### [Return Values (C++)](return-values-cpp.md) |
| 132 | +#### [Caller-Callee Saved Registers](caller-callee-saved-registers.md) |
| 133 | +#### [Function Pointers](function-pointers.md) |
| 134 | +#### [Floating-Point Support for Older Code (C++)](floating-point-support-for-older-code-visual-cpp.md) |
| 135 | +#### [FpCsr](fpcsr.md) |
| 136 | +#### [MxCsr](mxcsr.md) |
| 137 | +#### [setjmp-longjump](setjmp-longjump.md) |
| 138 | +### [Stack Usage](stack-usage.md) |
| 139 | +#### [Stack Allocation](stack-allocation.md) |
| 140 | +#### [Dynamic Parameter Stack Area Construction](dynamic-parameter-stack-area-construction.md) |
| 141 | +#### [Function Types](function-types.md) |
| 142 | +#### [malloc Alignment](malloc-alignment.md) |
| 143 | +#### [alloca](alloca.md) |
| 144 | +### [Prolog and Epilog](prolog-and-epilog.md) |
| 145 | +### [Exception Handling (x64)](exception-handling-x64.md) |
| 146 | +#### [Unwind Data for Exception Handling, Debugger Support](unwind-data-for-exception-handling-debugger-support.md) |
| 147 | +##### [struct RUNTIME_FUNCTION](struct-runtime-function.md) |
| 148 | +##### [struct UNWIND_INFO](struct-unwind-info.md) |
| 149 | +##### [struct UNWIND_CODE](struct-unwind-code.md) |
| 150 | +##### [Chained Unwind Info Structures](chained-unwind-info-structures.md) |
| 151 | +#### [Unwind Procedure](unwind-procedure.md) |
| 152 | +#### [Language Specific Handler](language-specific-handler.md) |
| 153 | +#### [Unwind Helpers for MASM](unwind-helpers-for-masm.md) |
| 154 | +##### [Raw Pseudo Operations](raw-pseudo-operations.md) |
| 155 | +##### [MASM Macros](masm-macros.md) |
| 156 | +#### [Unwind Data Definitions in C](unwind-data-definitions-in-c.md) |
| 157 | +### [Intrinsics and Inline Assembly](intrinsics-and-inline-assembly.md) |
| 158 | +### [Image Format](image-format.md) |
159 | 159 | # [Configure C++ for ARM processors](../configuring-programs-for-arm-processors-visual-cpp.md) |
160 | 160 | ## [Common C++ ARM Migration Issues](../common-visual-cpp-arm-migration-issues.md) |
161 | 161 | ## [Overview of ARM ABI Conventions](../overview-of-arm-abi-conventions.md) |
|
0 commit comments