view include/os/progint.h @ 150:e72f984619c7

Consolidated a lot of the defines which relate to the memory layout There is a new file (include/os/memLayout.h) which now includes just about all the #defines
author Jonathan Pevarnek <pevarnj@gmail.com>
date Wed, 02 Nov 2011 09:55:09 -0400
parents 73cf7b972c19
children
line wrap: on
line source

#ifndef __PROGINT_H
#define __PROGINT_H

#define PROGINT_REG_LOC 0x300

#define PROGINT_PSW_OLD 0x150
#define PROGINT_PSW_NEW 0x1D0

#define PROGINT_STACK_SHIFT 0x30
#define PROGINT_STACK_SHIFT_OFFSET 16

#endif