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