Question: Ass/link/hex converter. Linker has a .text section that is not affected by the fill command.
Answer: In order for the fill command to work you need generate a hole. The following code should help:
text: { .+=100h;} fill=01234h
...... This creates a hole before .text section starting at 200h ending at 300h filled with 1234h.