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