lang.cmp compare objects
lang.test
lang.eq test equality
lang.ge greater than or equal
lang.gt greater than
lang.le less than or equal
lang.lt less than
lang.ne not equal
Branching
lang.jmp jump
lang.je jump if equal
lang.jg jump if greater than
lang.jge jump if greater than or equal
lang.jl jump if less than
lang.jle jump if less than or equal
lang.jne jump if not equal
lang.jng jump if not greater than
lang.jnge jump if not greater than or equal
lang.jnl jump if less than
lang.jnle jump if less than or equal
lang.jf jump if false
lang.jt jump if true