Add nasm/asm support for 64 bit binaries

This commit is contained in:
Kevin Diaz 2020-10-03 01:47:13 -04:00
parent 050ea8caa1
commit 9ffca9abb1
No known key found for this signature in database
GPG key ID: E62816A9BB674F94
3 changed files with 175 additions and 167 deletions

View file

@ -23,8 +23,10 @@ echo 'testing js'
../execute js test.js
echo 'testing kotlin'
../execute kotlin test.kt
echo 'testing asm'
echo 'testing asm 32 bit'
../execute asm test.nasm
echo 'testing asm 64 bit'
../execute asm64 test64.nasm
echo 'testing php'
../execute php test.php
echo 'testing perl'