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