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