aboutsummaryrefslogtreecommitdiff
path: root/ops/ban.c
diff options
context:
space:
mode:
Diffstat (limited to 'ops/ban.c')
-rw-r--r--ops/ban.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ops/ban.c b/ops/ban.c
new file mode 100644
index 0000000..253befa
--- /dev/null
+++ b/ops/ban.c
@@ -0,0 +1,6 @@
+#include "common.h"
+
+DEFINE_OP(ban)
+{
+ BRANCH(o, a != 0, sp, a, x, y, o);
+}