cpu_vax.h File Reference


Detailed Description

Contains code macros for the processor VAX compatibility instructions.

X-1.3 Camiel Vanderhoeven 11-APR-2007 Moved all data that should be saved to a state file to a structure "state".

X-1.2 Camiel Vanderhoeven 30-MAR-2007 Added old changelog comments.

X-1.1 Camiel Vanderhoeven 18-FEB-2007 File created. Contains code previously found in AlphaCPU.h

Author:
Camiel Vanderhoeven (camiel@camicom.com / http://www.camicom.com)

Definition in file cpu_vax.h.

Go to the source code of this file.

Defines

#define DO_RC
#define DO_RS


Define Documentation

#define DO_RC

Value:

state.r[REG_1] = state.bIntrFlag ? 1 : 0; \
  state.bIntrFlag = false;

Definition at line 42 of file cpu_vax.h.

#define DO_RS

Value:

state.r[REG_1] = state.bIntrFlag ? 1 : 0; \
  state.bIntrFlag = true;

Definition at line 45 of file cpu_vax.h.


SourceForge.net Logo
Project space on SourceForge.net