is there an optimization level

is there an optimization level that will do no, nada, none "code packing" and STILL overlay variables.

it sems that after some release when opt lev 2 became required for variable overlay it is impossible to debug without having to do "strange things" to breakpoint one of 2 similar routines.

Erik

Parents
  • You might try selecting level 0 at the C source code which of course turns off overlay(Level 2). Then create SRC code for the your selected modules. Within the assembly code you can then make selected data segments OVERLAYABLE. Sounds like a lot of work.
    You still have level 0 invoked. Don't know how to eliminate that.

Reply
  • You might try selecting level 0 at the C source code which of course turns off overlay(Level 2). Then create SRC code for the your selected modules. Within the assembly code you can then make selected data segments OVERLAYABLE. Sounds like a lot of work.
    You still have level 0 invoked. Don't know how to eliminate that.

Children
More questions in this forum