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