Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Prompt mode in 8085 Microprocessor
We have seen previously that the linker is invoked in three modes i.e. they are command line mode, prompt mode and data file mode. In the Prompt mode the linker is run by simply typing the ‘LINK85
The linker prompts for the address of the offset. The value of the offset which is input by means of the user is finally added to the value of any ORG statements in the file. In response with the user the change of address
The name of the output file is then prompted by the linker. In general, the user responds with the change of address
Then we enter the name of the output file responding with the change of address, after that the linker prompts for the names of the library files which we respond with the change of address in simple lucid programs where there is no need of the names of the file names of the library.
After that linker prompts for any options of the linker. Hence we respond with the address change
In the following table different available options and its functionalities are depicted.
|
Option |
Function |
|---|---|
| X8085 MULT-T |
Displays listing on terminal. It pauses |
| |
when error is encountered |
| |
Continues when |
| X8085 MULT-P |
Prints listing using printer |
| X8085 MULT-D |
Generates .LST file on disk |
| X8085 MULT-ET |
Displays only error listing on terminal |
| X8085 MULT-EP |
Prints only error listing using printer |
| X8085 MULT-ED |
Generates .LST file containing errors only |
