From e7de0745ad38c7b846394374d08e87715e1291d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20K=C4=85dzio=C5=82ka?= Date: Mon, 4 Mar 2019 09:45:14 +0100 Subject: [PATCH] Improve documentation of the object format --- src/rgbds.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rgbds.5 b/src/rgbds.5 index 34153e0c..eb191ba8 100644 --- a/src/rgbds.5 +++ b/src/rgbds.5 @@ -47,7 +47,7 @@ REPT NumberOfSymbols ; Number of symbols defined in this object file. ; as "Scope.Symbol". BYTE Type ; 0 = LOCAL symbol only used in this file. - ; 1 = IMPORT this symbol from elsewhere (unused). + ; 1 = IMPORT this symbol from elsewhere ; 2 = EXPORT this symbol to other objects. IF Type != 1 ; If symbol is defined in this object file. @@ -164,8 +164,8 @@ special prefixes for integers and symbols. .It Li $33 Ta Li < comparison .It Li $34 Ta Li >= comparison .It Li $35 Ta Li <= comparison -.It Li $40 Ta Li << comparison -.It Li $41 Ta Li >> comparison +.It Li $40 Ta Li << operator +.It Li $41 Ta Li >> operator .It Li $50 Ta Li BANK(symbol), a .Ar LONG