Rizin
unix-like reverse engineering framework and cli tools
rz_asm_op_t Struct Reference

#include <rz_asm.h>

Public Attributes

int size
 
int bitsize
 
int payload
 
RzStrBuf buf
 
RzStrBuf buf_asm
 
RzBufferbuf_inc
 
RzAsmTokenStringasm_toks
 Tokenized asm string. More...
 

Detailed Description

Definition at line 66 of file rz_asm.h.

Member Data Documentation

◆ asm_toks

◆ bitsize

int rz_asm_op_t::bitsize

Definition at line 68 of file rz_asm.h.

◆ buf

RzStrBuf rz_asm_op_t::buf

Definition at line 71 of file rz_asm.h.

Referenced by assemble(), java_assemble(), and rz_luac_asm().

◆ buf_asm

◆ buf_inc

RzBuffer* rz_asm_op_t::buf_inc

Definition at line 73 of file rz_asm.h.

◆ payload

int rz_asm_op_t::payload

Definition at line 69 of file rz_asm.h.

Referenced by ds_print_asmop_payload(), and rz_core_print_disasm().

◆ size


The documentation for this struct was generated from the following file: