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