summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/base/ccpu386/jmp.h
blob: 0ab6d14c73c64665eab182f5e6072c112de45c3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* 
   jmp.h

   Define all JMP CPU functions.
 */

/*
   static char SccsID[]="@(#)jmp.h	1.4 02/09/94";
 */

IMPORT VOID JMPF
       
IPT1(
	IU32, op1[2]

   );

IMPORT VOID JMPN
       
IPT1(
	IU32, offset

   );

IMPORT VOID JMPR
       
IPT1(
	IU32, rel_offset

   );