ref: 2bc12447e2888ef60593242ec044ef60bc865d9d
parent: cb61da8842d107e3a9825baf6567c0b7fe847ce6
author: Rangi <35663410+Rangi42@users.noreply.github.com>
date: Tue Feb 16 08:36:37 EST 2021
Update rgbds(5) object file format documentation (#740)
--- a/src/rgbds.5
+++ b/src/rgbds.5
@@ -41,7 +41,7 @@
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 @@
.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