s502 assembler
A very simple assembler for the 6502 line of processors written in C
Data Structures | Typedefs
istack.h File Reference

iStack class for storing non-negative integers More...

Go to the source code of this file.

Data Structures

class  istack_el
 very simple int stack More...
 

Typedefs

typedef istack_elistack_ptr
 

Detailed Description

iStack class for storing non-negative integers

Definition in file istack.h.

Typedef Documentation

◆ istack_ptr

Definition at line 23 of file istack.h.