I am new at assembly and want to assemble my first program. I have it all written out and did exactly what a tutorial log said to do. I entered this at the DOS prompt: C:\TASM>tasm -t80 -i -o20 -p60 % test.z80. (test is my program name) TASM returned this message: tasm: pass 1 complete. test.z80 line 0000: No END directive before EOF tasm: pass 2 complete tasm: Number of errors = 1 What should I do? From: Chris mecad@scv.net