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

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