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