You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
movl 4(%esp), %eax # esp is the parameter swtch(arg1, arg2, arg3) , arg2 = 4(%esp)
movl 8(%esp), %edx # takes value inside register %esp, adds 8 to it, and then fetches the contents of memory at that address, putting the result into register %edx