aboutsummaryrefslogtreecommitdiff
path: root/ops/subxo.c
diff options
context:
space:
mode:
Diffstat (limited to 'ops/subxo.c')
-rw-r--r--ops/subxo.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/ops/subxo.c b/ops/subxo.c
new file mode 100644
index 0000000..db18ce6
--- /dev/null
+++ b/ops/subxo.c
@@ -0,0 +1,7 @@
+#include "common.h"
+
+DEFINE_OP(subxo)
+{
+ UNUSED(a);
+ NEXT_OP(sp, x - o, x, y, o);
+}