I use IDA for disassembly and ALIGN directives often appear in disassembly code, such as here:
ALIGN 0x10
off_8030680 DCD 0x200261D8
dword_8030680 DCD 0x20027D2A
Is it possible to disable the creation of these directives? There are non-zero bytes behind them, and I would like to see them, for example like this:
DCW 0xBF00
off_8030680 DCD 0x200261D8
dword_8030680 DCD 0x20027D2A