Usually we can save value to stack using push instruction and fetch value from stack using pop instruction.
How can I store and retrieve values from the stack without having to use push and pop instructions (writing from scratch?) ?
Usually we can save value to stack using push instruction and fetch value from stack using pop instruction.
How can I store and retrieve values from the stack without having to use push and pop instructions (writing from scratch?) ?