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