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