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.
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.