Motorola M6800 (6800) Exorciser / SWTPC emulator plus 6801 instruction set emulation
Révision | 92ef8a291a6240887b19ec9117ea774aba59ea9a |
---|---|
Taille | 409 octets |
l'heure | 2022-09-03 00:57:21 |
Auteur | Joel Matthew Rees |
Message de Log | Fixing the embarrassing CPX bug -- C flag, etc.
|
/* A known fact */
struct fact {
struct fact *next;
unsigned short addr;
char *label;
int type;
int len;
char *comment;
};
extern int targets[65536];
extern struct fact *facts[65536];
void unasm_line(unsigned char *mem, unsigned short *at_pc, char *outbuf, int *at_target, int flag);
int fdb_line(unsigned char *mem, unsigned short *at_pc, char *outbuf, int flag);
void parse_facts(FILE *f);