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