aboutsummaryrefslogtreecommitdiff
path: root/ops/sr/sra59.c
blob: 718e4c1dbace360c97718625496f417315a614e8 (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(sra59) {
	NEXT_OP(sp, (sreg_t)a >> 59, x, y, o);
}