0
Describe how unix system make use of stack in assembly language
stack behave unix system like?
1 Resposta
0
In stack-based assembly languages the stack can be used to store arguments to calls or return values from them, but they often also provide at least one register for arguments to a function, and other methods of providing arguments such as through a pointer register that stores a memory address to read from/write to.