Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mathieugarcia/e1080795a15fd3d0cb316ad93c15cd19 to your computer and use it in GitHub Desktop.
Save mathieugarcia/e1080795a15fd3d0cb316ad93c15cd19 to your computer and use it in GitHub Desktop.
Facebook Move Instructions Cheat Sheet : Call Instructions
Instruction Description
Call<p> Pop arguments 'r*' then load into 'p'’s formals x*' then transfer control to 'p'.
Return Return control to the previous frame in the call stack.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment