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.
29 lines
418 B
29 lines
418 B
/*++
|
|
|
|
Copyright (c) 1995 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
wordfns.h
|
|
|
|
Abstract:
|
|
|
|
Prototypes for instructions which operate on 16-bit WORDS.
|
|
|
|
Author:
|
|
|
|
06-Jun-1995 BarryBo, Created
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef WORDFNS_H
|
|
#define WORDFNS_H
|
|
|
|
#define DISPATCHCOMMON(x) DISPATCH(x ## 16)
|
|
#include "common.h"
|
|
#include "comm1632.h"
|
|
#undef DISPATCHCOMMON
|
|
|
|
#endif //WORDFNS_H
|