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