35.3.9.3. INTEGER BIT AND BIT STRINGS ON HP-PA
Do not forget:
BB,cond,n r,p,target Branch on Bit
BVB,cond,n r,target Branch on Variable Bit
Read Extract operation in SHIFT/ROTATES section for HP-PA
+---------------------------+
| Len Value |
| 6 35 |
| 5 t |
| 5 r or im5 |
| 3 c |
| 3 xx |
| 5 0 or p |
| 5 len |
+---------------------------+
Command xx
VDEP,cond r,len,t 1 Variable Deposit
DEP,cond r,p,len,t 3 Deposit
VDEPI,cond im,len,t 5 Variable Deposit Immediate
DEPI,cond im,p,len,t 7 Deposit Immediate
ZVDEP,cond r,len,t 0 Zero and Variable Deposit
ZDEP,cond r,p,len,t 2 Zero and Deposite
ZVDEPI,cond r,p,len,t 4 Zero and Variable Deposite Immediate
ZDEPI,cond i,p,len,t 6 Zero and Deposite Immediate
// ----------------------------------------------------------------------
Index Prev Next