diff options
Diffstat (limited to 'ops/sr/sra28.c')
| -rw-r--r-- | ops/sr/sra28.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ops/sr/sra28.c b/ops/sr/sra28.c new file mode 100644 index 0000000..103e0a3 --- /dev/null +++ b/ops/sr/sra28.c @@ -0,0 +1,4 @@ +#include "../common.h" +DEFINE_OP(sra28) { + NEXT_OP(sp, (sreg_t)a >> 28, x, y, o); +} |
