Using the program "stomasm", which implements StomASM, an assembler for the language, STOM. The syntax of the assembly language is specified in the syntax diagrams for StomASM. The diagrams are available at http://www.lehigh.edu/~ejk0/StomASM_Syntax.jpg The program 'stom' is stored in /proj/csc109/bin/stom. The call is stom where is the file of StomASM code, is the name of the file where the results of the compilation get stored, and is the file where the STOM code (if generated) gets stored. Anything on a line following ";", along with the ";" in is considered a comment and is ignored. Following the "end" there can appear data. If the program in compiles, then an 'E' is appended to the end of the code in and then all the text follwing "end" in gets appended to , after the 'E'.