Int 68 Fn FE - Appc/pc - Set Trace Destination [N]
AH = FEh
AL = trace destinations (see #3379)
DS:DX -> trace stats record if AL bit 0 set (see #3380)
See Also: AH=FCh,AH=FDh
Bitfields for trace destinations:
Bit(s) Description (Table 3379)
0 storage (DS:DX -> trace stats record)
1 display
2 file (trace written to file OUTPUT.PC)
3 printer
Format of APPC/PC Trace Statistics Record:
Offset Size Description (Table 3380)
00h DWORD pointer to storage trace buffer
04h WORD max number of 80-byte records in trace
06h WORD (high-order byte first!) current record number (must init to 0)
08h DWORD (high-order byte first!) number of records written (init to 0)
0Ch DWORD reserved
Note: do not move record while trace is active