*================================================================ * FILE: one.asm * * DESCRIPTION: Our first test program for the ERISC processor model. *================================================================ .global _EXIT .text NOP NOP NOP NOP NOP NOP NOP NOP .end