answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Describe three general methods for passing parameters to the operating system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the three general methods for passing parameters to the operating system?

Stacks, pointers and registers


Do void methods have parameters?

A void method is just like any other method; it may or may not have parameters.


How do you overload static methods in java?

Just create two methods with the same name, but with different types or numbers of parameters.


Describe typical critriia that determine work methods for routine types of projects?

General and administrative costs and Direct costs are the criteria that determine work methods for routine types of projects.


What are the methods in estimation?

There are a few methods in estimation. Like framework, unknown parameters, empirical dist and substitution principle most of these methods can be used using substitution principles.


In visible surface detection methods what are the parameters ABCD?

i will tell when i have leraned. i will tell when i have leraned.


List and describe three methods of nonpoint and pollution control?

list and describe three methods of nonpoint pollution control


Describe what methods you would use to convert a browser to a customer?

* Describe what methods you would use to convert a browser to a customer


How do you overload a method?

Just create two or more methods with the same name, but with a different set of parameters.


What are some of the methods of IPC?

Some of the methods of IPC (Inter-process communications) are: clipboard, data copy, file mapping, mail slots, pipes, and sockets. The methods depend on what operating system your computer is using. The methods listed are for a Windows based operating system.


Name and describe three methods of scientific statistical sampling?

Name and describe three methods of scientific statistical samplingRead more: Answers.com


Is it possible to define two methods that have the same name but different parameters?

Yes. It is called Method Overloading in Java