From version a4, Arkos Tracker 2 Z80 players target Rasm, an efficient and powerful cross-platform assembler by Roudoudou.
This may be a problem for those working with other assemblers and are unable/unwilling to make a switch. This is particularly true when using an embedded assembler, such as the one from Winape.
There are two solutions if you don't want to switch to Rasm:
- Generate a binary (sadly, this is not relocatable!). Learn more here.
- Convert the source to your assembler (new!!). Learn more here! and also here for a comprehensive tutorial.