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