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