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