Ejemplo n.º 1
0
 public static void NOT(ref ExecutionStack stack)
 => stack.Push((stack.PeekByte() <= 1) ? !stack.PopBool() : false);