ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/src/mon.h
(Generate patch)

Comparing mon/src/mon.h (file contents):
Revision 1.4 by cebix, 2000-04-24T13:10:05Z vs.
Revision 1.5 by cebix, 2000-09-25T17:52:32Z

# Line 81 | Line 81 | extern uint32 mon_dot_address;
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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines