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