Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mathieugarcia/3dc5dde375716f4191e024d9632956b4 to your computer and use it in GitHub Desktop.
Save mathieugarcia/3dc5dde375716f4191e024d9632956b4 to your computer and use it in GitHub Desktop.
Facebook Move Instructions Cheat Sheet: Local Instructions
Instruction Description
MoveLoc<x> Push value stored in 'x' on the stack. 'x' is now unavailable.
CopyLoc<x> Push value stored in 'x' on the stack.
StoreLoc<x> Pop the stack and store the result in 'x'. 'x' is now available.
BorrowLoc<x> Create a reference to the value stored in 'x' and push it on the stack.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment