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