Simple program to convert your NES CHR file to readable assembly to use in CE
mkdir buildcd buildcmake ..cmake --build .
chrtool mysprites.chr > mysprites.asm
Simple program to convert your NES CHR file to readable assembly to use in CE
Repository from Github https://github.comcompiler-explorer/chrtool
Simple program to convert your NES CHR file to readable assembly to use in CE
mkdir buildcd buildcmake ..cmake --build .chrtool mysprites.chr > mysprites.asmSimple program to convert your NES CHR file to readable assembly to use in CE