mirror of https://github.com/tongzx/nt5src
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.
51 lines
478 B
51 lines
478 B
/*
|
|
loopxx.h
|
|
|
|
Define all LOOPxx CPU functions.
|
|
*/
|
|
|
|
/*
|
|
static char SccsID[]="@(#)loopxx.h 1.4 02/09/94";
|
|
*/
|
|
|
|
IMPORT VOID LOOP16
|
|
|
|
IPT1(
|
|
IU32, rel_offset
|
|
|
|
);
|
|
|
|
IMPORT VOID LOOP32
|
|
|
|
IPT1(
|
|
IU32, rel_offset
|
|
|
|
);
|
|
|
|
IMPORT VOID LOOPE16
|
|
|
|
IPT1(
|
|
IU32, rel_offset
|
|
|
|
);
|
|
|
|
IMPORT VOID LOOPE32
|
|
|
|
IPT1(
|
|
IU32, rel_offset
|
|
|
|
);
|
|
|
|
IMPORT VOID LOOPNE16
|
|
|
|
IPT1(
|
|
IU32, rel_offset
|
|
|
|
);
|
|
|
|
IMPORT VOID LOOPNE32
|
|
|
|
IPT1(
|
|
IU32, rel_offset
|
|
|
|
);
|