D (Deposit)
3. The D command deposits 3705 into location 1000:
.D 1000=3705
4. The B command sets the relocation base to 1000:
.B 1000
5. The D command puts 2503 into location 1500 (offset of 500 from the last B
command) and 22 into location 1502:
.D 500=2503,22
RT–11 Command Descriptions 61