aboutsummaryrefslogtreecommitdiff
path: root/ops/movxa.c
blob: 95c8c1ec7e75ad0e563557a59add693f6c4b63f0 (plain) (blame)
1
2
3
4
5
6
7
#include "common.h"

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