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