Skip to content
/ XM2INC Public

XM2INC is a program that helps you include .xm files in your assembler projects.

License

Notifications You must be signed in to change notification settings

rialbat/XM2INC

Repository files navigation

XM2INC


License GitHub issues Status

XM2INC is a program that helps you include .xm files in your assembler projects.

Manual compilation


For this program, I used Qt Creator 8.0.1 and MinGW-W64. If you want to compile this program manually, follow these steps:

  1. 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
  1. Navigate to the Project Directory Change your current directory to the cloned repository:
  2. Compile the Project Now, you can run CMake to compile the project
cmake --build . -- target all

Guide to using


  1. After opening the program, specify the path to the input file and the place where you want to save the result.

  1. Select the desired conversion mode:
  1. Conversion from a binary file to .inc:
  2. Converting from a text file to .inc:

TODO


  1. Add new file formats.
  2. Clear the code.

:octocat:References


  1. XM files for tests - https://github.com/milkytracker/MilkyTracker

📄 License


MIT License

Copyright (c) 2023 rialbat

About

XM2INC is a program that helps you include .xm files in your assembler projects.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published