mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Document Section ID == -1 in object files
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
@@ -65,7 +65,9 @@ REPT NumberOfSymbols ; Number of symbols defined in this object file.
|
|||||||
LONG LineNum ; Line number in the file where the symbol is defined.
|
LONG LineNum ; Line number in the file where the symbol is defined.
|
||||||
|
|
||||||
LONG SectionID ; The section number (of this object file) in which
|
LONG SectionID ; The section number (of this object file) in which
|
||||||
; this symbol is defined.
|
; this symbol is defined. If it doesn't belong to any
|
||||||
|
; specific section (like a constant), this field has
|
||||||
|
; the value -1.
|
||||||
|
|
||||||
LONG Value ; The symbols value. It's the offset into that
|
LONG Value ; The symbols value. It's the offset into that
|
||||||
; symbol's section.
|
; symbol's section.
|
||||||
|
|||||||
@@ -57,7 +57,9 @@ REPT NumberOfSymbols ; Number of symbols defined in this object file.
|
|||||||
LONG LineNum ; Line number in the file where the symbol is defined.
|
LONG LineNum ; Line number in the file where the symbol is defined.
|
||||||
|
|
||||||
LONG SectionID ; The section number (of this object file) in which
|
LONG SectionID ; The section number (of this object file) in which
|
||||||
; this symbol is defined.
|
; this symbol is defined. If it doesn't belong to any
|
||||||
|
; specific section (like a constant), this field has
|
||||||
|
; the value -1.
|
||||||
|
|
||||||
LONG Value ; The symbols value. It's the offset into that
|
LONG Value ; The symbols value. It's the offset into that
|
||||||
; symbol's section.
|
; symbol's section.
|
||||||
|
|||||||
Reference in New Issue
Block a user