MSX BASIC to Z80 assembly converter tool
Create assembly code from your old MSX BASIC programs, and compile it with Pasmo assembler!
msxbas2asm test.bas
pasmo test.asm test.rom
or
msxbas2asm -c test.bas
After, test your MSX Basic ROM/BIN with a emulator like WebMSX or OpenMSX!
https:/
https:/
Run it at command line to get more conversion options:
msxbas2asm
Install it into your Linux system using the commands below:
sudo add-apt-repository ppa:amaurycarva
sudo apt-get update
sudo apt-get install msxbas2asm
Click on Downloads link to get MSXBas2Asm for Windows 64 bits.
Download Pasmo from:
See the current documentation with command line below:
msxbas2asm --doc
See the current version with command line below:
msxbas2asm --ver
Note: MSXBas2Asm it's still an experimental prototype, so it's current status is development in progress.
Project information
- Maintainer:
- AMAURY SOARES PIRES DE CARVALHO
- Driver:
- AMAURY SOARES PIRES DE CARVALHO
- Licence:
- GNU GPL v3
View full history Series and milestones
trunk series is the current focus of development.