Go up to Using the Assembler

The tmem File

The tmem file contains a binary image to be loaded into the 34000's memory. When the file is loaded, memory word 0 will contain the address of the first instruction or the program to be executed and memory word 1 will contain the base address of the global variable area. The machine's hardware uses the contents of word 0 to determine where to begin execution. The executed program is responsible for loading the contents of word 1 into register A5.

Up