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