home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / c / cl5sr386.zip / GO32 / TSS.INC < prev    next >
Text File  |  1992-04-13  |  1KB  |  63 lines

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