You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
462 B
18 lines
462 B
//----------------------------------------------------------------------------
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1997-2002.
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#ifndef _INSTR_H_
|
|
#define _INSTR_H_
|
|
|
|
extern ULONG g_AsmOptions;
|
|
|
|
void DotAsm(PDOT_COMMAND Cmd, DebugClient* Client);
|
|
|
|
void ParseInstrGrep(void);
|
|
void ParseAssemble(void);
|
|
void ParseUnassemble(void);
|
|
|
|
#endif // #ifndef _INSTR_H_
|