XM2INC is a program that helps you include .xm files in your assembler projects.
For this program, I used Qt Creator 8.0.1 and MinGW-W64. If you want to compile this program manually, follow these steps:
- Clone the Repository First, you need to clone the repository from GitHub to your local machine. You can do this using the following command in your terminal:
git clone https://github.com/rialbat/XM2INC.git
- Navigate to the Project Directory Change your current directory to the cloned repository:
- Compile the Project Now, you can run CMake to compile the project
cmake --build . -- target all
- After opening the program, specify the path to the input file and the place where you want to save the result.
- Select the desired conversion mode:
- Add new file formats.
- Clear the code.
- XM files for tests - https://github.com/milkytracker/MilkyTracker
Copyright (c) 2023 rialbat