MODIFYING DATA IN PRIVILEGED MODE [ MPE Debug/Stack Dump Reference Manual ] MPE/iX 5.0 Documentation
MPE Debug/Stack Dump Reference Manual
MODIFYING DATA IN PRIVILEGED MODE
Although DEBUG cannot be used to modify code directly, in privileged mode
code can be modified if its absolute address is known. All the
privileged mode extensions used with the D command, except CO indicating
a code segment, can be used with the M command. You can modify absolute
code locations in any bank, and modify data relative to the absolute
location of DB. You can also modify data relative to the system base or
relative to the base of any data segment. If the data segment number is
an expression, it must be enclosed in parentheses. For example:
?M DA(62+ 20)+ 10,5,I (Display 5 words of decimal data at
location 10 in data segment 102 (octal).)
MPE/iX 5.0 Documentation