1 |
|
/* |
2 |
|
* mon_cmd.h - cxmon standard commands |
3 |
|
* |
4 |
< |
* cxmon (C) 1997-2000 Christian Bauer, Marc Hellwig |
4 |
> |
* cxmon (C) 1997-2004 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 |
34 |
|
extern void disassemble_z80(void); |
35 |
|
extern void disassemble_80x86_32(void); |
36 |
|
extern void disassemble_80x86_16(void); |
37 |
+ |
extern void disassemble_x86_64(void); |
38 |
|
extern void modify(void); |
39 |
|
extern void fill(void); |
40 |
|
extern void transfer(void); |