ref: df25fa73af3033d58a33e892d279862434a2c6af
parent: 03bb2d04c3d0211504bc2b6920a64caee3bee260
author: Antonio Niño Díaz <[email protected]>
date: Sun Jul 9 11:34:00 EDT 2017
Update documentation of object files Signed-off-by: Antonio Niño Díaz <[email protected]>
--- a/src/rgbds.5
+++ b/src/rgbds.5
@@ -42,7 +42,7 @@
.Bd -literal
; Header
-BYTE ID[4] ; "RGB4"
+BYTE ID[4] ; "RGB5"
LONG NumberOfSymbols ; The number of symbols used in this file
LONG NumberOfSections ; The number of sections used in this file
@@ -58,6 +58,10 @@
; 2 = EXPORT this symbol to other objects.
IF Type != 1 ; If symbol is defined in this object file.
+
+ STRING FileName ; 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
; this symbol is defined.