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