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