aboutsummaryrefslogtreecommitdiff
path: root/ops/popx.c
diff options
context:
space:
mode:
Diffstat (limited to 'ops/popx.c')
-rw-r--r--ops/popx.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ops/popx.c b/ops/popx.c
new file mode 100644
index 0000000..e2b601c
--- /dev/null
+++ b/ops/popx.c
@@ -0,0 +1,6 @@
+#include "common.h"
+
+DEFINE_OP(popx) {
+ UNUSED(x);
+ NEXT_OP(sp - 1, a, *(sp - 1), y, o);
+}