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