• R/O
  • HTTP
  • SSH
  • HTTPS

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Motorola M6800 (6800) Exorciser / SWTPC emulator plus 6801 instruction set emulation


File Info

Rev. 92ef8a291a6240887b19ec9117ea774aba59ea9a
크기 409 bytes
Time 2022-09-03 00:57:21
Author Joel Matthew Rees
Log Message

Fixing the embarrassing CPX bug -- C flag, etc.

Content

/* 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);