NAME:
DETACH
PRINTER
NOPA
COMMAND SYNTAX:
NOPA < CR>
FUNCTION:
The NOPA command is used to inhibit terminal information
being ‘echoed’ on the printer. It functions as the reverse of
the PA command.
See also: PA
NAME:
OFFSET
OF
COMMAND SYNTAX:
OF < CR>
FUNCTION:
The OF command displays the offsets used to assist with
program relocatability and position independent code.
Linked segments of target program code each have different
load addresses. For user convenience, seven general purpose
offsets, .R0 to .R6, are provided. .R7 is always zero to
provide a convenient means of entering an address without
an offset.
Unless another offset is explicitly used, each monitor
command that expects an address parameter automatically
adds offset .R0 to the user entered address. For example, the
following commands are equivalent:
BR 1000
BR 1000+ R0
EXAMPLE: > .R1 1000
> .R3 3300
> .R4 440000
> .R5 0
> .R6 -1
> OF
R0= 00000000
R1= 00001000
R2= 00000000
R3= 00003300
R4= 00440000
R5= 00000000
R6= FFFFFFFF R7= 00000000
>
PME68-1B Manual
Page 99 Issue 5
Summary of Contents for PME 68-1B
Page 8: ...Figure 1 The PME 68 1B Board Photograph not available in PDF PME 68 1B Manual Page 2 Issue 5...
Page 12: ...Figure 4 Component Layout Diagram P5 P4 P3 BAT PME 68 1B Manual Page 6 Issue 5...
Page 56: ...Figure 14 Link Areas BAT PME68 1B Manual Page 50 Issue 5...