compiler-explorer / chrtool

Simple program to convert your NES CHR file to readable assembly to use in CE

Repository from Github https://github.comcompiler-explorer/chrtoolRepository from Github https://github.comcompiler-explorer/chrtool

chrtool

Simple program to convert your NES CHR file to readable assembly to use in CE

To build

  • mkdir build
  • cd build
  • cmake ..
  • cmake --build .

Usage

  • chrtool mysprites.chr > mysprites.asm

About

Simple program to convert your NES CHR file to readable assembly to use in CE


Languages

Language:C++ 87.6%Language:CMake 12.4%