summaryrefslogblamecommitdiffstats
path: root/private/mvdm/softpc.new/base/ccpu386/jmp.h
blob: 0ab6d14c73c64665eab182f5e6072c112de45c3a (plain) (tree)





























                                                      
/* 
   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

   );