Describe how unix system make use of stack in assembly language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Describe how unix system make use of stack in assembly language

stack behave unix system like?

18th Jan 2018, 4:20 AM
Alao Abiodun
Alao Abiodun - avatar
1 Answer
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.
29th Jan 2018, 6:30 AM
Tom Shaver
Tom Shaver - avatar