HP-UX PA-RISC Assembly Language Manager

Operators

 

Assignment

=

Arithmetic

+, -, *, /

Mod

%

Shift

<<, >>

Logical

&, , ^, ~ (and, or, xor, not)

Grouping

{}

Address Expressions

 

[location]identi￿er

Name from source program

Rn

Register direct

[expression ]

Indirect

(expression )

Indirect

(expression , expression )

Add, then indirect

expression1 (expression2 )

Indirect, plus displacement (expression1 must

 

be a register or a constant)

expression .B

8-bit byte

expression .W

16-bit word

expression .L

32-bit longword
Hexadecimal is the default input and output radix.

language type

f lang_asm_pa j asm_pa g

manager option

None.

Startup File

None.

Related Managers

None.

B-24 Language Managers