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