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