index
:
copyjit
master
DONE - A JIT compiler in the vein of copy-and-patch, but without patching
kimi.h.kuparinen+copyjit@gmail.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ops
/
bs
/
bsa3.c
blob: 52d4f6fb65f3b75c8787133714883990a8352734 (
plain
) (
blame
)
1
2
3
4
#include
"../common.h"
DEFINE_OP
(
bsa3
)
{
NEXT_OP
(
sp
,
a
>>
3
,
x
,
y
,
o
);
}