Appalm/palmapple/6502.h

10 lines
126 B
C
Raw Normal View History

2019-04-21 13:53:32 +00:00
#include <PalmOS.h>
#include <PalmCompatibility.h>
#include <SonyCLIE.h>
union PCStruct {
UInt8 Byte[2];
UInt16 PC;
};