Closed Calindro closed 1 year ago
"When padding a ROM image..." would do it, I'd say?
No, because what it actually is, is what's used for one-argument ds
, and nothing else.
"When padding ROM images" would apply more to RGBLINK and RGBFIX's -p
.
Then it should be "when padding a ROM section...", since that's what it's doing. And you can reference ds
explicitly.
"when padding within a ROM section", since "padding a ROM section" sounds to me like padding that goes at the end of the section to fill out the bank, which this is not.
Considering that the single place it's used is one-argument ds
, whose name does not even evoke the word "padding", I would outright say "ds
with only a length argument will fill ROM with this byte".
Currently, the description is as follows:
I can't make any sense of
image
in this context and it isn't at all obvious that it affects the value used fords
directives that do not specify which value to use.I think this could use some clarification. :)