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