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