asked 80.9k views
1 vote
Describe three general methods for passing parameters to the operating system.

asked
User SCFrench
by
8.3k points

1 Answer

3 votes

a. Pass parameters in registers

b. Registers pass starting addresses of blocks of parameters

c. Parameters can be placed, or pushed, onto the stack by the program, and popped off the stack by the operating system

answered
User Zzzeek
by
8.7k points

No related questions found