diff options
Diffstat (limited to 'ops/subyo.c')
| -rw-r--r-- | ops/subyo.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ops/subyo.c b/ops/subyo.c new file mode 100644 index 0000000..cb7ae63 --- /dev/null +++ b/ops/subyo.c @@ -0,0 +1,7 @@ +#include "common.h" + +DEFINE_OP(subyo) +{ + UNUSED(a); + NEXT_OP(sp, y - o, x, y, o); +} |
