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

A token of an asm string holding meta data. More...

#include <rz_print.h>

Public Attributes

size_t start
 
size_t len
 
RzAsmTokenType type
 
union {
   ut64   number
 
val
 

Detailed Description

A token of an asm string holding meta data.

Definition at line 60 of file rz_print.h.

Member Data Documentation

◆ len

size_t RzAsmToken::len

◆ number

ut64 RzAsmToken::number

Definition at line 65 of file rz_print.h.

Referenced by asm_token_create(), and rz_print_colorize_asm_str().

◆ start

size_t RzAsmToken::start

◆ type

◆ 

union { ... } RzAsmToken::val

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