Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mathieugarcia/5327bc064a5d438bcb1101e4a916e909 to your computer and use it in GitHub Desktop.
Save mathieugarcia/5327bc064a5d438bcb1101e4a916e909 to your computer and use it in GitHub Desktop.
Facebook Move Instructions Cheat Sheet: Control Flow Instructions
Instruction Description
Branch<l> Jump to instruction index 'l' in the current procedure.
BranchIfTrue<l> Pop boolean, jump to instruction index 'l' in the current procedure if true.
BranchIfFalse<l> Pop boolean, jump to instruction index 'l' in the current procedure if false.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment