From: Jacques M. <jac...@gm...> - 2005-11-12 00:06:45
|
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? Thanks! Jacques Mony (V2_OS project) |