?? string.inc
字號:
;string.inc - far string constants and definitions
bd STRUC
BD_cbLogical dw ? ;logical size of content part of heap entry
BD_pb dw ? ;points to 1st byte of heap entry
BD_cbPhysical dw ? ;actual size of heap entry, including padding
bd ENDS
parmSD macro ParmName
;;parm is near pointer to SD structure
parmW ParmName
endm
GetpSD macro reg,ParmName
;;set reg = pSD, depending on whether parm is SD or pSD
mov reg,ParmName ;;reg = parm (parm is pointer to SD)
endm
ArgLast equ [bp+6] ;Location of last argument
NumTemps = 20 ;number of string temps
LenTemp = 6 ;descriptor length is six bytes
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -