Installing gvasm

We will use the gvasm assembler in order to convert assembly code into GBA ROM files.

You can download the latest release of the gvasm assembler from the GitHub page:

At the time of writing, the latest version is v2.3.0.

After installing gvasm, you can verify that it installed correctly by running the internal test suite:

If everything worked correctly, you should see hundreds of tests pass:

Last updated