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

#include <common.h>

Public Attributes

ut8 start
 start bit of the param (assuming little-endian) More...
 
st8 bits
 bits to be read (-1, if you want this to be inferred from mode) More...
 
SHAddrMode mode
 addressing mode being used More...
 

Detailed Description

Definition at line 9 of file common.h.

Member Data Documentation

◆ bits

st8 sh_param_builder_addr_t::bits

bits to be read (-1, if you want this to be inferred from mode)

Definition at line 11 of file common.h.

Referenced by sh_op_compare(), and sh_op_get_param().

◆ mode

SHAddrMode sh_param_builder_addr_t::mode

addressing mode being used

Definition at line 12 of file common.h.

Referenced by test_group_name.GroupTest::run(), sh_op_get_param(), sh_op_param_bits(), and sh_pb_get_addrmode().

◆ start

ut8 sh_param_builder_addr_t::start

start bit of the param (assuming little-endian)

Definition at line 10 of file common.h.

Referenced by sh_op_get_param(), and sh_op_param_bits().


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