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