From fa36042131887a9a4e934440c1b0afeb65be3c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ni=C3=B1o=20D=C3=ADaz?= Date: Sat, 1 Jul 2017 14:25:15 +0100 Subject: [PATCH] Add missing documentation of RL command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antonio Niño Díaz --- src/asm/rgbasm.5 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/asm/rgbasm.5 b/src/asm/rgbasm.5 index 3dba81fb..a461767c 100644 --- a/src/asm/rgbasm.5 +++ b/src/asm/rgbasm.5 @@ -307,6 +307,8 @@ There are four commands in the RS group of commands: .Ic _RS No and adds Ar constexpr No to Ic _RS . .It Ic RW Ar constexpr Ta Sets the preceding symbol to .Ic _RS No and adds Ar constexpr No * 2 to Ic _RS. +.It Ic RL Ar constexpr Ta Sets the preceding symbol to +.Ic _RS No and adds Ar constexpr No * 4 to Ic _RS. .El .Pp Note that a colon (:) following the symbol-name is not allowed. @@ -996,6 +998,7 @@ machine. .It Sx PUSHS .It Sx REPT .It Sx RB +.It Sx RL .It Sx ROM0 .It Sx ROMX .It Sx RSRESET