2010-01-15 01:46 AM
STVD 4.1.4 bug (.NOLIST in ASM include files)
2011-05-17 06:07 AM
Dear Sirs,
I found a bug in how the latest STVD release manages ASM include files. The attached archieve contains a default project to which I added MyInc.inc This file contains only a .NOLIST directive and a #define. After the project is successfully built, the simulator (and also my R-Link tool) gives this warning: -> warning: remove white-space characters at the end of the last line of the include file If I execute the code, there is no way to single-step through the code... If I do as the warning suggests, the project can't be built. Regards EtaPhi PS: a workaround is obviously to delete .NOLIST directives...