answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you pass parameters to macros in 8086 microprocessor?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between near and far procedure in 8086 microprocessor?

Near calls and returns transfer control between procedures in the same code segment. Far calls and returns pass control between different segments.


Elements of assembly language programming What is A simple assembly scheme pass structure of assembler design of two pass assemblers a single pass assemblers what is macros?

what are the elements of assembly language programming?


Is sendng inputs to a function optional?

You don't 'send input' to a function, you pass parameters. There are functions without parameters, 'getpid' for example.


What is the purpose of passing parameters by pointers?

There are two ways to pass parameters to a method. 1) Pass by value 2) Pass by reference.(i.e. pass by pointers). For here, I would say, whenever you required to change the properties/value of the parameter by the method you called you should the approach (2). ie. pass by pointers.


Assembler directives of 8086 microprocessor?

the question is not clear. the chip with which 8086 has to be interfaced should be mentioned. for example, interfacing 8086 and 8087( NDP) or 8086 and 8255( PPI) or 8086 and 8259( PIC) or 8086 and 8089( IOP) But to make the answer complete I would like to mention 2 references 1.Douglas Hall, "Multiprocessors and Interfacing , Programming and Hardware", Tata Mcgraw-Hill.1999, second edition. 2.John Uffenback, "8086/88 Interfacing, Programming and Design", 1987, PHI.


What parameters determine the magnifying power of a simple lens?

There are 2 parameters that are needed to determine the magnifying power of a simple lens. These parameters include the distance that is found between the central plain of the lens and the point at which the rays of light pass through the lens.


Describe three general methods for passing parameters to the operating system?

1) Pass parameters using registers(directly). 2) Store the parameters in a table in memory and the table address is passed in a register to the OS. 3) Push(store) the parameters onto a stack(by the program) and "pop" off by the Operating System.


How do you accept double variable in java?

If you mean to pass two parameters to a method, the method would have to include the two variables in its "signature". For example: myMethod(int a, int b) {...} To call the method, you also have to pass two parameters, in parentheses. For example: result = myMethod(x, y);


When you pass an array element to a method the method receives?

Yes, you can use array-elements as parameters. Do you have any problem with that?


Is macro a recursive function?

If you're asking if the c preprocessor supports recursive macros, the answer is no. The preprocessor is single-pass and since the "function" must be defined before it can be referenced, it can not be recursive.


What are command parameters?

Normally, the CommandParameter is used to pass specific information to the command when it is executed. The type of the data is defined by the command.


Why do we use set and get parameters in ABAP?

SET/GET Parameters or SPA/GPA parameters are the means through which you can make use of SAP memory to pass data between different main ( external ) sessions of a teminal ( user ) session. You can find a very precise and complete description about SET/GET parameter from the link attached.