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