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

#include <z80asm.h>

Public Attributes

const char * name
 
struct includedirdir
 
FILE * file
 
int line
 
int shouldclose
 
struct labellabels
 
struct macromacro
 
struct macro_linemacro_line
 
char ** macro_args
 

Detailed Description

Definition at line 139 of file z80asm.h.

Member Data Documentation

◆ dir

struct includedir* stack::dir

Definition at line 142 of file z80asm.h.

Referenced by printerr().

◆ file

FILE* stack::file

Definition at line 143 of file z80asm.h.

◆ labels

struct label* stack::labels

Definition at line 146 of file z80asm.h.

◆ line

int stack::line

Definition at line 144 of file z80asm.h.

Referenced by assemble(), and printerr().

◆ macro

struct macro* stack::macro

Definition at line 148 of file z80asm.h.

◆ macro_args

char** stack::macro_args

Definition at line 150 of file z80asm.h.

◆ macro_line

struct macro_line* stack::macro_line

Definition at line 149 of file z80asm.h.

◆ name

◆ shouldclose

int stack::shouldclose

Definition at line 145 of file z80asm.h.


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