1 |
|
/* |
2 |
< |
* mon.h - mon main program |
2 |
> |
* mon.h - cxmon main program |
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 |
81 |
|
extern bool mon_use_real_mem; // Flag: mon is using real memory |
82 |
|
extern uint32 mon_mem_size; // Size of mon buffer (if mon_use_real_mem = false) |
83 |
|
|
84 |
+ |
extern bool mon_macos_mode; // Flag: enable features in the disassembler for working with MacOS code |
85 |
+ |
|
86 |
|
// Add command to mon |
87 |
|
extern void mon_add_command(const char *name, void (*func)(void), const char *help_text); |
88 |
|
|