xtaskws.inc
来自「VRTX 商用嵌入式实时操作系统」· INC 代码 · 共 42 行
INC
42 行
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Copyright (c) 1993 READY SYSTEMS CORPORATION.
;
; All rights reserved. READY SYSTEMS' source code is an unpublished
; work and the use of a copyright notice does not imply otherwise.
; This source code contains confidential, trade secret material of
; READY SYSTEMS. Any attempt or participation in deciphering, decoding,
; reverse engineering or in any way altering the source code is
; strictly prohibited, unless the prior written consent of
; READY SYSTEMS is obtained.
;
;
; Module Name: %M%
;
; Identification: %Z% %I% %M%
;
; Date: %G% %U%
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; TWS -- layout of the per-task workspace
TWS STRUC
TWS_ERRNO DW 1 ; $00 most recent error code number
TWS_DEFREFDIR DW 1 ; $02 default reference directory
TWS_SEED DL 1 ; $04 random number seed
TWS_NCPSTATE DB 6 ; $08 numeric coprocessor state
TWS_STDFP DB 18 DUP(?) ; $0E standard input, output, error pointers
TWS_STDFILE DB 16 ; $20 standard input, output, error files
TWS_STDFILE1 DB 16 ; $30
TWS_STDFILE2 DB 16 ; $40
TWS_EXCVEC DB 6 ; $50 reserved for future use by H&R
TWS_CI DB 6 ; $56 reserved for future use by H&R
TWS_CUST DB 6 ; $5C reserved for customer
TWS_T_ERRNO DL 1 ; $62 TLI error number
TWS_H_ERRNO DL 1 ; $66 Resolver library error number
TWS ENDS
TWSB EQU 106 ; $5a total size in bytes
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?