.END

A directive that specifies where a file is finished.

Syntax:

[<label>[:]]     .END

Example:

fin:    .END        ; further lines in the file will not be assembled

Description:

Directive .END ends with the file in which it was placed. The end of the assemble at the point of the show is applied in the program.