Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mathieugarcia/c7ad265e03ec9eca4e79f050cde5c120 to your computer and use it in GitHub Desktop.
Save mathieugarcia/c7ad265e03ec9eca4e79f050cde5c120 to your computer and use it in GitHub Desktop.
Facebook Move Instructions Cheat Sheet: Constant Instructions
Instruction Description
LoadTrue Push true on the stack.
LoadFalse Push false on the stack.
LoadU64<u> Push the u64 'u' on the stack.
LoadAddress<a> Push the address 'a' on the stack.
LoadBytes<b> Push the byte array 'b' on the stack.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment