>     I implemented an unused routine which contains N _nop_ operations. But 
> isn’t there an easier way, e.g. "const code byte buf[N]“ or so…?

PS: if you need to force this bit you can either make it a string (at
least most SDCC ports currently stick strings in code not const which I
guess is really a bug not a feature)

Or

make the include and array their own C file and use --constseg on it.
Consts should usually end in flash anyway though.


Alan

------------------------------------------------------------------------------
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to