Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mathieugarcia/66744a41fb1abc4fd4a2f9377def95c9 to your computer and use it in GitHub Desktop.
Save mathieugarcia/66744a41fb1abc4fd4a2f9377def95c9 to your computer and use it in GitHub Desktop.
Facebook Move Instructions Cheat Sheet: Reference Instructions
Instruction Description
ReadRef Pop 'r' and push '*r' on the stack.
WriteRef Pop two values 'v' and 'r', perform the write *r = v.
ReleaseRef Pop 'r' and decrement the appropriate refcount if 'r' is a global reference.
FreezeRef Pop mutable reference 'r', push immutable reference to the same value.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment