|
|
1.1 root 1: /*
2: Hatari - 68kDisass.h
3:
4: This file is distributed under the GNU Public License, version 2 or at
5: your option any later version. Read the file gpl.txt for details.
6: */
7: #ifndef HATARI_68KDISASS_H
8: #define HATARI_68KDISASS_H
9:
10:
11: #define DISASM_ENGINE_UAE 0 /* Use UAE's internal disassembler */
12: #define DISASM_ENGINE_EXT 1 /* Use external disassembler from 68kdisass.c */
13:
14:
15: void Disasm (FILE *f, uaecptr addr, uaecptr *nextpc, int cnt , int DisasmEngine);
16:
17:
18: #endif /* HATARI_68KDISASS_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.