aboutsummaryrefslogtreecommitdiff
path: root/ops/movxo.c
blob: 9d82df6a53269de6975a4c672e3f84c3aa9ff5be (plain) (blame)
1
2
3
4
5
6
#include "common.h"

DEFINE_OP(movxo) {
	UNUSED(x);
	NEXT_OP(sp, a, o, y, o);
}