1 |
|
/* |
2 |
< |
* mon_cmd.h - mon standard commands |
2 |
> |
* mon_cmd.h - cxmon standard commands |
3 |
|
* |
4 |
< |
* mon (C) 1997-2000 Christian Bauer, Marc Hellwig |
4 |
> |
* cxmon (C) 1997-2002 Christian Bauer, Marc Hellwig |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
31 |
|
extern void disassemble_ppc(void); |
32 |
|
extern void disassemble_6502(void); |
33 |
|
extern void disassemble_680x0(void); |
34 |
< |
extern void disassemble_8080(void); |
34 |
> |
extern void disassemble_z80(void); |
35 |
|
extern void disassemble_80x86_32(void); |
36 |
|
extern void disassemble_80x86_16(void); |
37 |
|
extern void modify(void); |