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