Description: The LINNUM record relates line number within language source statements to addresses in the object code.
   1 byte  2 bytes
  ÚÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂ---
  ³  95   ³ Record         ³
  ³       ³  Length        ³
  ÀÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁ---

           1 or 2   1 or 2     <variable>        1 byte
       --ÚÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄ¿
         ³ Base    ³ Base    ³  Debugger Style  ³Chk Sum³
         ³  Group  ³  Segment³   Specific       ³or 0   ³
         ³   Index ³   Index ³    Information   ³       ³
       --ÀÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÙ
                              <--- repeated --->

LINNUM line number record

Associates a source line number with translated code or data. The LINNUM record is only generated when the debug option is selected and is therefore specific to the debug information. Refer to the specific debug documentation for more information.


Base Group and Segment The Base group and segment are indices specifying previously defined GRPDEF and SEGDEF records. The group index is ignored and the segment index must be nonzero.


[Back: 91H PUBDEF Public Names Definition Record]
[Next: 96H LNAMES List of Names Record]