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

  1. .XLIST
  2. ;
  3. ;    Full Screen Control Table
  4. ;
  5. SCTAB    STRUC
  6. ;
  7. TFLG    DB    ?    ;Active    field when terminated
  8. TSTR    DB    ?    ;First field to    display
  9. TCND    DB    ?    ;Count of fields for display
  10. TFLD    DW    ?    ;Pointer to the    field table
  11. ;
  12. ;    Definition of IOSCB included in    Screen Control block
  13. ;
  14. OPN    DB    ?        ;Operation type    code
  15. FLD    DB    ?        ;Field number
  16. DAT    DW    ?        ;Pointer to data field
  17. FLG    DB    ?        ;Reserved
  18. FKY    DW    ?        ;Pointer to key    list
  19. KYL    DW    ?        ;Pointer to terminator list
  20. ERM    DW    ?        ;Pointer to error message
  21. FKD    DB    ?        ;Function Key Display line
  22. ERD    DB    ?        ;Error message display line
  23. TFL    DB    ?        ;Feed back terminator type
  24. TVL    DB    ?        ;Feed back terminator key
  25. ;
  26. SCTAB    ENDS
  27. ;
  28. .LIST
  29.