Message Edited by Alexey on 2006-12-0410:29 AM
CrasyCat wrote:In that case you can use the M56800 Linker and enumerate the symbols in the Force Active Symbols edit box.CrasyCat
CrasyCat wrote:As far as I can tell there is no pragma to disable dead stripping.CrasyCat
56800E BTR/10 Pragmas/Optimization pragmasopt_dead_codeControls the use of dead code optimization.Syntax#pragma opt_dead_code on | off | resetRemarksIf you enable this pragma, the compiler removes a statement that other statements never execute or call.
Message Edited by Alexey on 2006-12-0510:58 AM