Appalm/palmapple/6502.h
2019-04-21 06:53:32 -07:00

10 lines
126 B
C

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