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

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