From 422b6c976e28445d2a6e14586fa416b0f16c093f Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 24 Jun 2023 20:48:32 +0300 Subject: initial commit --- ops/subxo.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ops/subxo.c (limited to 'ops/subxo.c') diff --git a/ops/subxo.c b/ops/subxo.c new file mode 100644 index 0000000..db18ce6 --- /dev/null +++ b/ops/subxo.c @@ -0,0 +1,7 @@ +#include "common.h" + +DEFINE_OP(subxo) +{ + UNUSED(a); + NEXT_OP(sp, x - o, x, y, o); +} -- cgit v1.3