Service manual

DEPOSIT Examples
1.
>>> DEPOSIT/VE V12 0 ! Deposits zero into all 64 elements
! of vector register V12.
2.
>>> DEPOSIT V6:2C/n:2 0 ! Deposits zero into V6 beginning at
! element 2C (hex) and also in the next
! two elements.
3.
>>> DEPOSIT VLR 1 ! Deposits one in the Vector Length
! Register.
4.
>>> DEPOSIT/Q/P 200 FFFFFFFF45370201
! Deposits FFFFFFFF45370201, a quadword
! of data into physical memory at address
! 200.
5.
>>> DEPOSIT/M 440 0 ! Deposits zeros to vector indirect
! register with address 440 (hex).
<REFERENCE>(XRV) Vector Processor 5–19