Error: A string cannot go in the Program Segment. Strings live in Data Memory, which is the only memory an instruction can read. A string in Program Memory could not be reached even by the program holding it, except through the memory controller. File: testPrograms/diagnostics/stringInProgram.asm at line 19. The string: "this is not where this goes" Move it below a #Data line. [exit 1]