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