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