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