Article # 252, added by Geoworks, historical record
| first | previous | index | next | last |

Warning: segment not known?



Q. "warning: segment  not known"
   I get this warning when compiling my code with Esp.  Does this
   condition impact the generated code ?

A. "warning: segment  not known" can require an extra byte
   per call because if the routine is in a local segment, it can use
   less bytes to make the call if it knows the appropriate place
   (like the .def file) that declares what segment the routine is in.