We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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