NonStop S-Series Server Description Manual (G06.24+)

TNS Instruction Set Definition
HP NonStop S-Series Server Description Manual520331-003
C-9
Symbol Definitions
xmem2[ x ] = xmem[ x : x+3 ]
32
xmem4[ x ] = xmem[ x : x+7 ]
64
xmap(x)= ! cross code space map:
! x= new spaceid
! x.<4>= new LS value
! x.<7>= new CS value
! x.<11:15>= new segment index
{
CSPACEID := x;
m := CSPACELS*2 + CSPACECS;
case m of {
! 0: User code
seg := ucsegbase + CSPACEINDEX*%H2,0000;
! 1: System code
seg := scsegbase + CSPACEINDEX*%H2,0000;
! 2: User library
seg := ulsegbase + CSPACEINDEX*%H2,0000;
! 3: System library
seg := slsegbase + CSPACEINDEX*%H2,0000;
};
CCSEG[csegx ] := seg;
};
Table C-1. Definitions of Symbols (page 9 of 9)
Notation Description