Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

instructions.h File Reference


Detailed Description

Contains list of instructions and adressing modes

Definition in file instructions.h.

Go to the source code of this file.

Data Structures

struct  _Instr
 Structure of one instruction entry in the INSTRUCTIONS list. More...


Typedefs

typedef _Instr Instr
 Structure of one instruction entry in the INSTRUCTIONS list.


Enumerations

enum  AdrType {
  IMPL, ACC, IMM, ABS,
  ABSX, ABSY, ZP, ZPX,
  ZPY, REL, IND, INDX,
  INDY
}
 Enum of adressing modes. More...


Variables

const Instr INSTRUCTIONS [256]
 List of instructions with theirs adressing modes and lengths.


Typedef Documentation

typedef struct _Instr Instr
 

Structure of one instruction entry in the INSTRUCTIONS list.


Enumeration Type Documentation

enum AdrType
 

Enum of adressing modes.

Definition at line 9 of file instructions.h.


Variable Documentation

const Instr INSTRUCTIONS[256]
 

List of instructions with theirs adressing modes and lengths.

Definition at line 21 of file instructions.h.


Generated on Fri Sep 6 18:32:15 2002 for Emu6502 by doxygen1.2.17