Author Topic: OMF first name index ?  (Read 5897 times)

nobody

  • Guest
OMF first name index ?
« on: September 17, 2007, 12:42:08 PM »
hello,

sorry for my poor english, i'm french.

I do a linker for omf objects build with nasm but the record LENAMES seems to start with the index 2.
(index for 1st SEGDEF gives SEGNAMEID=2,CLASSNAMEID=OVERLAYNAMEID=1)

What is the index 1 ? I suppose it's THEADR module name, someone could confirm ? I've seen no response on internet or docs.
what are records that can increment this index other than LENAMES ?

this is the 2 possible record for index 1:
THEADR (module name)
COMMENT CLASS 00 SUB 00 (translator)


thanks for your interest,
Patatalo

nobody

  • Guest
Re: OMF first name index ?
« Reply #1 on: September 17, 2007, 01:17:55 PM »
re,


I've seen the problem in nasm sources, the first index is a null string, and my code bypass null string without count.

@++