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