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