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/bso48.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ops/bs/bso48.c (limited to 'ops/bs/bso48.c') diff --git a/ops/bs/bso48.c b/ops/bs/bso48.c new file mode 100644 index 0000000..6c7a8cc --- /dev/null +++ b/ops/bs/bso48.c @@ -0,0 +1,4 @@ +#include "../common.h" +DEFINE_OP(bso48) { + NEXT_OP(sp, a, x, y, o >> 48); +} -- cgit v1.3