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