The article discusses a strange occurrence of d4d4 instructions in disassembled ARM code, which were found to be unreachable and seemed to be used for alignment purposes. The author investigates the cause and finds that the linker, LLD, is inserting these instructions to align object files. However, the instruction is not a trap as intended, but rather a conditional branch. The author concludes that this is a bug in LLD, as the instruction can potentially be used as a ROP gadget.