aboutsummaryrefslogtreecommitdiff
path: root/ops/popo.c
diff options
context:
space:
mode:
Diffstat (limited to 'ops/popo.c')
-rw-r--r--ops/popo.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/ops/popo.c b/ops/popo.c
new file mode 100644
index 0000000..5a90524
--- /dev/null
+++ b/ops/popo.c
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: copyleft-next-0.3.1 */
+
+#include "common.h"
+
+DEFINE_OP(popo)
+{
+ UNUSED(o);
+ NEXT_OP(sp - 1, a, x, y, *(sp - 1));
+}