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