![]() |
![]() |
|
|
![]() |
![]() |
MPE/iX System Utilities Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 18 PATCH![]() Operation |
|
To invoke PATCH enter:
or
PATCH identifies itself, then displays ENTITY=? to request the name of the file you want to list or modify:
Enter filename.groupname.accountname, in uppercase letters, of the file whose code you wish to display or change. (PATCH does not immediately verify that the file you specified is a program file, but you will get an error when you attempt to use a command on a nonprogram file.) When the file name is accepted, PATCH displays the ? prompt, where you enter one of the following four subcommands:
After each command, PATCH prompts you for another. To terminate PATCH press Return without entering a command. (An incorrectly entered command also terminates PATCH.) On the following pages, each of the four PATCH subcommands is explained in detail. The D command displays code segment contents. To invoke this command enter:
Parameters
For a list of segment names and their addresses within a program file use the PMAP option of the PREP command. For information regarding the offsets of instructions and global variables in program files, refer to compiler options for the programming language in which the code was written. The M command modifies code segment contents. To invoke this command enter:
Parameters
When you enter the M command, the contents of the current instruction are displayed followed by a comma. To leave the value unchanged, you must re-enter the contents! If you press RETURN without entering anything the instruction will be set to zeros (%000000, a NOP instruction). For a list of segment names and their addresses within a program file use the PMAP option of the PREP command. For information regarding the offsets of instructions and global variables in program files, refer to compiler options for the programming language in which the code was written. Example The following example shows you how to use the M and D commands to display and modify the contents of one instruction in the file BIGBUCS.PUB.SALES:
The DG command displays the global area of the initial stack. To invoke this command enter:
Parameters
Example
The MG command modifies the global area of the intial stack. To invoke this command enter:
Parameters
The MG command displays the contents of the current stack word, followed by a comma. To leave the value unchanged, you must re-enter the contents! If you press RETURN without entering anything the word will be filled with zeros. For information regarding the offsets of instructions and global variables in program files, refer to compiler options for the programming language in which the code was written. Examples Here is an example of using the MG and DG command. Begin by running PATCH and entering the executable file name. In this example, the file is BIGTECH.PUB.SYS.
The following displays values in the first five addresses:
The following would set the first five locations to zero because RETURN is pressed without entering anything after each location is displayed:
The following displays the changes you just made:
The following changes the zeros displayed above to the values shown after each comma:
The following displays the first changed value:
For more information on PREP command refer to MPE/iX Commands Reference Manual Volumes 1 and 2 (32650-90003 and 32650-90364). For more information on User Subprogram Library (USL) files refer to MPE Segmenter Reference Manual (30000-90011). Many compilers produce a listing of global identifiers and their addresses. For more information refer to the reference manual for that compiler's programming language. |
![]() |
||
![]() |
![]() |
![]() |
|||||||||
|