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