Leaked source code of windows server 2003
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

  1. //----------------------------------------------------------------------------
  2. //
  3. // Copyright (C) Microsoft Corporation, 1997-2002.
  4. //
  5. //----------------------------------------------------------------------------
  6. #ifndef _INSTR_H_
  7. #define _INSTR_H_
  8. extern ULONG g_AsmOptions;
  9. void DotAsm(PDOT_COMMAND Cmd, DebugClient* Client);
  10. void ParseInstrGrep(void);
  11. void ParseAssemble(void);
  12. void ParseUnassemble(void);
  13. #endif // #ifndef _INSTR_H_