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