Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
casm_t Struct Reference

asm statement More...

#include <hexrays.hpp>

Inheritance diagram for casm_t:

Public Member Functions

 casm_t (ea_t ea)
 
 casm_t (const casm_t &r)
 
 DECLARE_COMPARISONS (casm_t)
 
void print (const citem_t *parent, int indent, vc_printer_t &vp) const
 
bool one_insn () const
 
void genasm (qstring *buf, ea_t ea) const
 

Detailed Description

asm statement

Definition at line 6456 of file hexrays.hpp.

Constructor & Destructor Documentation

◆ casm_t() [1/2]

casm_t::casm_t ( ea_t  ea)

Definition at line 6458 of file hexrays.hpp.

◆ casm_t() [2/2]

casm_t::casm_t ( const casm_t r)

Definition at line 6459 of file hexrays.hpp.

Member Function Documentation

◆ one_insn()

bool casm_t::one_insn ( ) const

Definition at line 6462 of file hexrays.hpp.