Padding and Alignment |
---|
ROMs are manufactured in even binary sizes such as 1KByte, 2KByte, 4KByte, 8KByte, 16KByte, 32KByte, and so forth. Being the case, ROMs will never be odd sizes, such as 1234 bytes. If the file was 1234 bytes, it would be padded up to the nearest solid ROM size, which would be 2KByte.
Normally padding is done with the 0xFF character, and sometimes with the 0x00 character. However, the padding directives allows you use use any character or string of characters you choose.
Padding and Alignment |
---|
|
|||
---|---|---|---|
|
|
|||
---|---|---|---|
|