E		Prints the contents of memory on the terminal

  SYNTAX
	E address[-address]

  SEMANTICS
	Prints in octal the values of the words in the specified
	address range, offset by the current base.

  OPTIONS
	None

  EXAMPLES
	E 1000
	E 2000-2076