From e273af0c003abb071a1e6c7432e273ddc0e31fba Mon Sep 17 00:00:00 2001 From: ggn Date: Sun, 17 Apr 2022 12:41:45 +0300 Subject: [PATCH] Update .s documentation --- docs/rmac.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/rmac.rst b/docs/rmac.rst index 0b4ebe8..312049d 100644 --- a/docs/rmac.rst +++ b/docs/rmac.rst @@ -930,9 +930,11 @@ symbol **debug** external, instead of including another source file). Assembler directives may be any mix of upper- or lowercase. The leading periods are optional, though they are shown here and their use is encouraged. Directives may be preceeded by a label; the label is defined before the directive is executed. -Some directives accept size suffixes (**.b**, **.s**, **.w** or **.1**); the default is word (**.w**) if no -size is specified. The **.s** suffix is identical to **.b**. Directives relating to the 6502 are -described in the chapter on `6502 Support`_. +Some directives accept size suffixes (**.b**, **.s**, **.w**, **.1**, **.d**, **.x**, **.p**, or **.q**); +the default is word (**.w**) if no size is specified. The **.s** suffix is identical to **.b**, +with the exception of being used in a **dc** statement. In that case the **.s** +refers to single precision floating point numbers. +Directives relating to the 6502 are described in the chapter on `6502 Support`_. -- 2.33.0.windows.1