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

Public Attributes

ut64 off
 
ut32 o
 the assembled instruction More...
 
char op [128]
 
char opstr [128]
 
char * a [16]
 

Detailed Description

Definition at line 13 of file armass.c.

Member Data Documentation

◆ a

◆ o

ut32 ArmOpcode::o

◆ off

ut64 ArmOpcode::off

Definition at line 14 of file armass.c.

Referenced by arm_assemble(), and armass_assemble().

◆ op

char ArmOpcode::op[128]

Definition at line 16 of file armass.c.

Referenced by arm_assemble(), arm_opcode_cond(), arm_opcode_parse(), and thumb_assemble().

◆ opstr

char ArmOpcode::opstr[128]

Definition at line 17 of file armass.c.

Referenced by arm_opcode_parse().


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