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