aboutsummaryrefslogtreecommitdiff
path: root/ops/addi/addix208.c
blob: c5e377af8133273fa685d01924394df2fb7e1fb1 (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "../common.h"
DEFINE_OP(addix208) {
	NEXT_OP(sp, a, x + 208, y, o);
}