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