Hi Nisa,

> what does the following mean in the context of assembling a code?
>  1.listing filename (nul.lst)
>   2.cross reference (nul.crf)

The Assembler (the software which assembles the code)
asks you whether it should create a listing file and
a cross reference file, and which file name to use.

The default choice "nul.something" means that the file
will not be created. If you do enter another file name
instead of just pressing "enter", a listing file and/or
a cross reference file will be created. Those are text
files which give you extra technical information about
the assembling. The information can be useful to find
bugs or to make the source code of whatever you were
assembling better. But it is only information, you do
not really need the information for anything if you
only want to create a program that you can run.

Eric



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to