From: Frank K. <fbk...@co...> - 2005-11-12 01:47:13
|
Jacques Mony wrote: > Hi, > > Can anyone give me an example of how to use section.<secname>.start? > > I tried this: > > ------ test.asm ------- > > section mysection > > mysectionsize equ $ - section.mysection.start > -------------------------- > > This will tell me section.mysection.start wasn't defined prior to its use... > > What's wrong? Dunno. I can confirm that it happens. I *think* you're doing everything right. If I add the "-O" switch, the error message changes to "invalid operand type". I suspect a bug. I'll pass this on to the developer's list, and see if anyone has any ideas... Thanks for testing the multisection support and letting us know! Best, Frank |