This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
oxygine-sound
mirror of
https://github.com/oxygine/oxygine-sound
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
dev
Branches
Tags
dev
master
new
old
ox-move
rebuild
vs2022
oxygine-sound
/
dependencies
/
openal-android
/
jni
/
fixup_assembly.pl
fixup_assembly.pl
69 B
Permalink
History
Raw
1
2
3
4
5
while (<>) {
s/chkstk/_chkstk/;
s/rrx(.*)/mov\1, rrx/;
print;
}