D		Deposits values in memory

  SYNTAX
	D address=value[,...value]

  SEMANTICS
	The system deposits the octal values in memory, starting at the
	specified address offset by the current base.  Each value
	deposited replaces a full word.

  OPTIONS
	None

  EXAMPLES
	D 300=0
	D 1000=5020,776