I'm using sdcc with a mcs51 target for which some instructions take longer when they are not word aligned. For timing-sensitive code, I can write it in asm and use the .even or .bndry directives. I couldn't find anything in the SDCC manual to restrict the alignment of a function or block of code. Is there any way of doing it?
_______________________________________________ Sdcc-user mailing list Sdcc-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sdcc-user