; ; ldEnvironment ; if 0000h, parent's environment block is duplicated to child, ; else segment of memory block containing child's environment. ; ; ; ldCommandTail ; Pointer to the command tail that DOS copies to the child ; program's PSP, offset 0080h. ; Any redirection of standard files must be accomplished by the ; parent program. Including redirection characters (< > |) does ; not redirect files. ; Refer to PSP for format requirements. ; ; ; ldFCB_1, ldFCB_2 ; Pointer to the 2 default FCBs that DOS copies to the child ; program's PSP, offset 5Ch and 6Ch, respectively. ; ; ; ldCSIP ; 32-bit address of the entry point of the loaded program. ; ; ; ldSSSP ; 32-bit address of the start of the stack for the loaded ; program.