@aoineko I've just download and tried DISARK. The main problema I see is that I only obtatin the "opcodes" but the addresses of each opcode don't appear...
I've used in two ways:
disark filebin file.asm
disark --adrInComments file.bin file.asm
But I only obtain the Opcodes... .-(
What's the correct format/parameter to obtain a complete file disassembled: addresses and opcodes?
I use yazd as it has some handy features such as generating labelled assembly language listings. However, I haven't figured out yet how to deal with bytes (or sequences of bytes) which do not correspond to a mnemonic when you don't know where the data is in the binary. It completely skips bytes like #FD and #DD which is annoying. Besides that: excellent tool.