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