python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
can i push and call a proc inside a proc?
I want to call a proc in another proc . the proc from the inside must be pushed before, the inside proc has ret 4. when i run it my computer stops working is there a way to do this? maybe add another ...
user17341742
Votes: 0
Answers: 1
Copying of array to stack
I'm a new to assembly and have no idea why It does not push %EAX after end_while: instruction.
I have to provide the implementation of the function with an example of a call to set the value of the la...
Born Ok
Votes: 0
Answers: 0
Understanding how the stack in assembly works
Having never before seen assembly in my life I'm having trouble understand the concept of Stack and how it works regarding the movement of registers.
Here's a code I've been given for adding 2 numbers...
PerkeBME
Votes: 0
Answers: 1
How does the linux kernel avoid the stack overwriting the text (instructions)?
I was curious about how the kernel prevents the stack from growing too big, and I found this Q/A:
Q: how does the linux kernel enforce stack size limits?
A: The kernel can control this due to the vir...

J.Todd
Votes: 0
Answers: 1