home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / library / cpu / vu_xm1c / save2new.inc < prev    next >
Text File  |  1990-04-30  |  1KB  |  56 lines

  1.  
  2.     ;  file = save2new.inc
  3.     ;  part of The Hyper-Space Library (r)
  4.  
  5.     ;  written by Terrance Hodgins, March, 1990
  6.  
  7.     ;  copyright (C) 1990 by Terrance E. Hodgins,
  8.     ;  dba Semi-Intelligent Systems (r).  All rights reserved.
  9.     ;
  10.     ;  Semi-Intelligent Systems, and The Hyper-Space Library,
  11.     ;  are registered trademarks of Semi-Intelligent Systems.
  12.  
  13.  
  14.     ; this declares all the externals required for save2new.asm
  15.  
  16.         extrn    save2new:near
  17.  
  18.         extrn    new_Reg_Buf:word
  19.  
  20.         extrn    newMSW:word
  21.         extrn    newDead:word
  22.         extrn    newTR:word
  23.         extrn    newFlagWord:word
  24.  
  25.         extrn    newIP:word
  26.         extrn    newLDT:word
  27.  
  28.         extrn    newDS:word
  29.         extrn    newSS:word
  30.         extrn    newCS:word
  31.         extrn    newES:word
  32.  
  33.         extrn    newDI:word
  34.         extrn    newSI:word
  35.         extrn    newBP:word
  36.         extrn    newSP:word
  37.  
  38.         extrn    newBX:word
  39.         extrn    newDX:word
  40.         extrn    newCX:word
  41.         extrn    newAX:word
  42.  
  43.         extrn    newESDC:word
  44.         extrn    newCSDC:word
  45.         extrn    newSSDC:word
  46.         extrn    newDSDC:word
  47.  
  48.         extrn    newGDTR:word
  49.         extrn    newLDTDC:word
  50.         extrn    newIDTR:word
  51.         extrn    newTSSDC:word
  52.  
  53. ;    ---------  end of file  ---------
  54.  
  55.  
  56.