Registered by AMAURY SOARES PIRES DE CARVALHO

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://webmsx.org/
  https://openmsx.org/

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:amaurycarvalho/msxbas2asm
  sudo apt-get update
  sudo apt-get install msxbas2asm

Click on Downloads link to get MSXBas2Asm for Windows 64 bits.

Download Pasmo from:

  http://pasmo.speccy.org/

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

Licence:
GNU GPL v3

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

All code Code

Version control system:
Bazaar
Programming languages:
C++ (Codeblocks)

All bugs Latest bugs reported

All blueprints Latest blueprints

Get Involved

Downloads

Latest version is win64-0.4.7.1
released

All downloads