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

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