home *** CD-ROM | disk | FTP | other *** search
- .XLIST
- ;
- ; Definition of IOSCB
- ;
- IOSCB STRUC
- ;
- OPN DB ? ;Operation type code
- FLD DB ? ;Field number
- DAT DW ? ;Pointer to data field
- FLG DB ? ;Reserved
- FKY DW ? ;Pointer to key list
- KYL DW ? ;Pointer to terminator list
- ERM DW ? ;Pointer to error message
- FKD DB ? ;Function Key Display line
- ERD DB ? ;Error message display line
- TFL DB ? ;Feed back terminator type
- TVL DB ? ;Feed back terminator key
- ;
- IOSCB ENDS
- ;
- .LIST