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