From 2bc12447e2888ef60593242ec044ef60bc865d9d Mon Sep 17 00:00:00 2001 From: Rangi <35663410+Rangi42@users.noreply.github.com> Date: Tue, 16 Feb 2021 13:36:37 -0800 Subject: [PATCH] Update rgbds(5) object file format documentation (#740) --- src/rgbds.5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rgbds.5 b/src/rgbds.5 index b12ee439..fe028bf4 100644 --- a/src/rgbds.5 +++ b/src/rgbds.5 @@ -41,7 +41,7 @@ LONG NumberOfSections ; The number of sections used in this file. LONG NumberOfNodes ; The number of nodes contained in this file. REPT NumberOfNodes ; IMPORTANT NOTE: the nodes are actually written in - ; **reverse** order, meaningthe node with ID 0 is + ; **reverse** order, meaning the node with ID 0 is ; the last one in the file! LONG ParentID ; ID of the parent node, -1 means this is the root. @@ -225,6 +225,7 @@ with some bytes being special prefixes for integers and symbols. .It Li $03 Ta Li / operator .It Li $04 Ta Li % operator .It Li $05 Ta Li unary - +.It Li $06 Ta Li ** operator .It Li $10 Ta Li | operator .It Li $11 Ta Li & operator .It Li $12 Ta Li ^ operator