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