This document describes an auxiliary package for a computer organization course. It includes constants, data types, and functions for working with memory in a MIPS processor simulation. It defines a memory array type and provides procedures to initialize memory from a file, load and store words from memory, and copy memory contents to a file. Functions are also included to convert between integers and logic vectors for addressing memory locations.