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