From df25fa73af3033d58a33e892d279862434a2c6af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ni=C3=B1o=20D=C3=ADaz?= Date: Sun, 9 Jul 2017 15:34:00 +0100 Subject: [PATCH] Update documentation of object files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antonio Niño Díaz --- src/rgbds.5 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/rgbds.5 b/src/rgbds.5 index 781a1eb0..67efb6f1 100644 --- a/src/rgbds.5 +++ b/src/rgbds.5 @@ -42,7 +42,7 @@ is a 0‐terminated string of .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 @@ -59,6 +59,10 @@ REPT NumberOfSymbols ; Number of symbols defined in this object file. 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.