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