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