The user can enter paged addresses in the linker parameter file. The high byte of such an address is interpreted as page number. An example: 0x048100. Here, 4 is the page number, while the lower two bytes contain an address within the paging window. This particular address refers to byte 0x100 within page 4. This format does not impact non-banked address specification. The following example defines pages 4 through 7 as sections in the linker parameter file:
ROM_FAR_1 = READ_ONLY 0x48000 TO 0x4BFFF;
ROM_FAR_2 = READ_ONLY 0x58000 TO 0x5BFFF
ROM_FAR_3 = READ_ONLY 0x68000 TO 0x6BFFF
ROM_FAR_4 = READ_ONLY 0x78000 TO 0x7BFFF