Welcome to my disassembler for 6502! Here's how you can use it: first, not only is this recommended, but it is required to go to https://turbowarp.org/1028052764?limitless&clones=Infinity Why? If you are working with a game, like any 6502 console/system (NES, APPLE //e, Amiga, etc) it has a large filesize. In lists, scratch can only support 200000 lines of data, or 20000 bytes. A kilobyte is around 1000 bytes. Since most NES ROMs are 16kb - 128kb large, you would need 16000 to 128000 lines of data. Also, it would be suuuuper slow. note to self: i got the entire math wrong - fix later :(
How to use: First, download this app i made specifically to change any file into hexadecimal. You can download it here: https://www.mediafire.com/file/f6vwwgv6ic4kysh/Bin2Hex.exe/file Second, open your terminal at the location you put the EXE in and type: .\bin2hex.exe <file> (replace file with the actual filename you want to convert) Then, it will generate an output.txt. v1.0: It finally works! it can handle basic syntaxes from 0x00 to 0x10.