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