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