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