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