aboutsummaryrefslogtreecommitdiff
path: root/ops/bs/bsa49.c
blob: 1889ac125e40149020db04629942fbd62154f6eb (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(bsa49) {
	NEXT_OP(sp, a >> 49, x, y, o);
}