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

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