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