mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Initial version.
committer: mfx <mfx> 972865179 +0000
This commit is contained in:
parent
da89dfa63f
commit
65eb335d5a
16
src/stub/scripts/asl_68k.sh
Normal file
16
src/stub/scripts/asl_68k.sh
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
|
|
||||||
|
# wrapper for the ASL cross-assembler
|
||||||
|
# http://john.ccac.rwth-aachen.de:8000/as/
|
||||||
|
|
||||||
|
file="$1"
|
||||||
|
|
||||||
|
perl -p -i -e '
|
||||||
|
s,\x27,",g if m,^\s*dc,;
|
||||||
|
' "$file"
|
||||||
|
|
||||||
|
asl -cpu 68000 "$file"
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user