s502 assembler
A very simple assembler for the 6502 line of processors written in C
|
constant data related to AddressMode More...
#include "addressmode.h"
Go to the source code of this file.
Variables | |
const char * | ADRM_NAMES [] |
Human-readable names of address modes. More... | |
int | ADRM_SIZES [ADRM_COUNT+1] |
operand sizes of addressmodes More... | |
constant data related to AddressMode
Textual names and binary sizes of operands
Definition in file addressmode.c.
const char* ADRM_NAMES[] |
Human-readable names of address modes.
Can be used to pretty print if indexed by enum value
Definition at line 16 of file addressmode.c.
Referenced by instruction_print(), pass_one(), and token_analyze_instruction().
int ADRM_SIZES[ADRM_COUNT+1] |
operand sizes of addressmodes
Definition at line 37 of file addressmode.c.
Referenced by token_analyze_instruction().