Hello from Russia! Is there a way to make BL51 to align code segment at the start of BLOCK (2048 bytes). ASEG is not always convenient, and INBLOCK does not force placement at the start of block.
Thanx, Roman.
There is not such a directive for the linker. But, with the AX51 assembler, you can set the segment location type to BLOCK. Refer to:
http://www.keil.com/support/man/docs/a51/a51_st_segment.htm
Jon