Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

32 lines
401 B

/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
decoder.h
Abstract:
This module defines the interface to the Instruction Decoder.
Author:
Barry Bond (barrybo) creation-date 29-June-1995
Revision History:
--*/
#ifndef _DECODER_H_
#define _DECODER_H_
VOID
DecodeInstruction(
DWORD InstructionAddress,
PINSTRUCTION Instruction
);
#endif