![]() |
.file |
Previous | Assembler Directives | Next |
Syntax: .file string
.file
tells as
that we are about to start a new logical
file. string is the new file name. In general, the filename is
recognized whether or not it is surrounded by quotes ("
); but if you wish
to specify an empty file name, you must give the quotes ""
.