TNSVU User's Guide
Viewing TNS or TNS/E Region Information
TNSVU User’s Guide—528143-003
4-8
Viewing Header Information
The code is displayed with TNS/E instructions alongside the TNS instructions. This 
display includes extra instructions to start and end at exact points.
myfile> ICODE mine + 072 
•
The following command requests that a minimum of 020 TNS instructions be 
printed alongside their analogous TNS/E instructions, starting 050 instructions past 
the beginning of the TNS procedure named mine. The display includes extra 
instructions to start and end at exact points. 
myfile> ICODE mine + 050 FOR 020
•
The following command requests that a minimum of 020 TNS instructions be 
printed alongside their analogous TNS/E instructions, starting 050 instructions past 
the beginning of code segment 1 in the current translation unit. The display 
includes extra instructions to start and end at exact points. 
myfile> ICODE 050 CSEG 1 FOR 020
•
The following command requests that the TNS/E code beginning 0x400 bytes past 
the beginning of procedure mine and ending at the end of the procedure be printed 
alongside the analogous TNS instructions. The display includes extra instructions 
to start and end at exact points.
myfile> ICODE mine + 0x400 
•
The following command requests that 0x20 TNS/E bundles be printed alongside 
their analogous TNS instructions, starting approximately 0x400 bytes past the 
beginning of the procedure named mine. The display includes extra instructions to 
start and end at exact points. 
myfile> ICODE fred + 0x400 FOR 0x20
•
The following command requests that 0x100 TNS/E bundles be printed alongside 
their analogous TNS instructions, starting at the OCA-generated TNS/E code 
mapped into virtual address 0x70402200. The display includes extra instructions to 
start and end at exact points and clearly marks exact points. 
 myfile> ICODE 0x70402200 FOR 0x100
Viewing Header Information
TNSVU provides commands to view TNS and OCA header information. 
The TNSHEADER command displays an open TNS object file’s header information. 
T16HEADER is a synonym for the TNSHEADER command.
TNSHEADER










