Skip to content

Commit

Permalink
use 64-bit fasmg
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga authored and jacobly0 committed Aug 10, 2020
1 parent 2fe4ff7 commit a4ea13a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified tools/fasmg/linux/fasmg
Binary file not shown.
Binary file modified tools/fasmg/macos/fasmg
Binary file not shown.
8 changes: 4 additions & 4 deletions tools/fasmg/upgrade_fasmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# this script currently only runs on linux.

build_fasmg () {
.tmp/fasmg/fasmg .tmp/fasmg/source/$1/$3/fasmg.asm $1/$2
.tmp/fasmg/fasmg.x64 .tmp/fasmg/source/$1/$3/fasmg.asm $1/$2
chmod -x $1/$2
}

Expand All @@ -13,11 +13,11 @@ cd ..
mkdir -p .tmp
wget --no-verbose https://flatassembler.net/fasmg.zip --output-document=.tmp/fasmg.zip
unzip -od .tmp/fasmg .tmp/fasmg.zip
chmod +x .tmp/fasmg/fasmg
chmod +x .tmp/fasmg/fasmg.x64

build_fasmg linux fasmg
build_fasmg linux fasmg x64
build_fasmg windows fasmg.exe
build_fasmg macos fasmg x64
build_fasmg macos fasmg x64

rm -rf .tmp

Binary file modified tools/fasmg/windows/fasmg.exe
Binary file not shown.

0 comments on commit a4ea13a

Please sign in to comment.