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

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