home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_asm / objxref / ioscb.inc < prev    next >
Encoding:
Text File  |  1985-05-20  |  451 b   |  22 lines

  1. .XLIST
  2. ;
  3. ;    Definition of IOSCB
  4. ;
  5. IOSCB    STRUC
  6. ;
  7. OPN    DB    ?        ;Operation type    code
  8. FLD    DB    ?        ;Field number
  9. DAT    DW    ?        ;Pointer to data field
  10. FLG    DB    ?        ;Reserved
  11. FKY    DW    ?        ;Pointer to key    list
  12. KYL    DW    ?        ;Pointer to terminator list
  13. ERM    DW    ?        ;Pointer to error message
  14. FKD    DB    ?        ;Function Key Display line
  15. ERD    DB    ?        ;Error message display line
  16. TFL    DB    ?        ;Feed back terminator type
  17. TVL    DB    ?        ;Feed back terminator key
  18. ;
  19. IOSCB    ENDS
  20. ;
  21. .LIST
  22.