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
/
bsx11.c
blob: 909d4938c2df4992971cd35305d828d4df685eac (
plain
) (
blame
)
1
2
3
4
#include
"../common.h"
DEFINE_OP
(
bsx11
)
{
NEXT_OP
(
sp
,
a
,
x
>>
11
,
y
,
o
);
}