home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2MISC / CSDPMI3S.ZIP / SRC / CWSDPMI / TSS.INC < prev    next >
Encoding:
Text File  |  1996-06-15  |  1.3 KB  |  58 lines

  1. ; Copyright (C) 1995,1996 CW Sandmann (sandmann@clio.rice.edu) 1206 Braelinn, Sugarland, TX 77479
  2. ; Copyright (C) 1993 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
  3. ;
  4. ; This file is distributed under the terms listed in the document
  5. ; "copying.cws", available from CW Sandmann at the address above.
  6. ; A copy of "copying.cws" should accompany this file; if not, a copy
  7. ; should be available from where this file was obtained.  This file
  8. ; may not be distributed without a verbatim copy of "copying.cws".
  9. ;
  10. ; This file is distributed WITHOUT ANY WARRANTY; without even the implied
  11. ; warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  12.  
  13. tss_s        struc
  14. tss_back_link    dw    ?
  15.         dw    ?
  16. tss_esp0    dd    ?
  17. tss_ss0        dw    ?
  18.         dw    ?
  19. tss_esp1    dd    ?    ;Not really, see tss.h
  20. tss_ss1        dw    ?
  21.         dw    ?
  22. tss_esp2    dd    ?    ;Not really, see tss.h
  23. tss_ss2        dw    ?
  24.         dw    ?
  25. tss_cr3        dd    ?
  26. tss_eip        dd    ?
  27. tss_eflags    dd    ?
  28. tss_eax        dd    ?
  29. tss_ecx        dd    ?
  30. tss_edx        dd    ?
  31. tss_ebx        dd    ?
  32. tss_esp        dd    ?
  33. tss_ebp        dd    ?
  34. tss_esi        dd    ?
  35. tss_edi        dd    ?
  36. tss_es        dw    ?
  37.         dw    ?
  38. tss_cs        dw    ?
  39.         dw    ?
  40. tss_ss        dw    ?
  41.         dw    ?
  42. tss_ds        dw    ?
  43.         dw    ?
  44. tss_fs        dw    ?
  45.         dw    ?
  46. tss_gs        dw    ?
  47.         dw    ?
  48. tss_ldt        dw    ?
  49.         dw    ?
  50. tss_trap    dw    ?
  51. tss_iomap    db    ?
  52. tss_irqn    db    ?
  53. tss_cr2        dd    ?
  54. tss_error    dd    ?
  55.         dw    64 dup (?)
  56. tss_stack    dw    ?
  57.         ends
  58.