EXAMPLE macro n mov ax,n EXAMPLE endmIf you do this, you get a ``unexpected end of file'' error message from the assembler. This error is hard to track down: even if you call ``tasm /z example.asm'', the error message will say that the number of the offending line is the last line of the input file, which is not very helpful. This is in contrast to the ENDP (end of procedure) pseudo instruction.
Bug reports? Suggestions?
Please send email to yap@nyu.edu.