Skip to content

Latest commit

 

History

History
44 lines (40 loc) · 1.09 KB

File metadata and controls

44 lines (40 loc) · 1.09 KB
title Unwind Helpers for MASM | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
ms.assetid 36591f9d-43d5-47b1-ae09-e45cf127204c
caps.latest.revision 6
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Unwind Helpers for MASM

In order to write proper assembly routines, there are a set of pseudo-operations that can be used in parallel with the actual assembly instructions to create the appropriate .pdata and .xdata. There are also a set of macros that provide simplified use of the pseudo-operations for their most common uses.

Remarks

The following topics are in this section:

See Also

Exception Handling (x64)