jmce - 1_02

jmce.freescale
Interface M68HC08Constants

All Superinterfaces:
M68HC05Constants
All Known Implementing Classes:
M68HC08

public interface M68HC08Constants
extends M68HC05Constants

Motorola freescale M68HC08 family constants.

Since:
1.02
Author:
Mario Viara

Field Summary
static int M68HC08_RESET_VECTOR
          Reset vector
 
Fields inherited from interface jmce.freescale.M68HC05Constants
CCR_AND_MASK, CCR_C, CCR_H, CCR_I, CCR_N, CCR_OR_MASK, CCR_Z, EXT_INTERRUPT, M68HC05_RESET_VECTOR, SWI_INTERRUPT, TIMER_INTERRUPT
 

Field Detail

M68HC08_RESET_VECTOR

static final int M68HC08_RESET_VECTOR
Reset vector

See Also:
Constant Field Values

jmce - 1_02