Appalm/palmapple/6502.h

10 lines
126 B
C

#include <PalmOS.h>
#include <PalmCompatibility.h>
#include <SonyCLIE.h>
union PCStruct {
UInt8 Byte[2];
UInt16 PC;
};