From 62ecb6da0bf75b92f74c896894e8aff8def96e47 Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Sat, 28 Jul 2018 01:48:45 -0600 Subject: [PATCH] Mark up #define with Fd. --- src/asm/rgbasm.5 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/asm/rgbasm.5 b/src/asm/rgbasm.5 index f205d63d..e1a8fc69 100644 --- a/src/asm/rgbasm.5 +++ b/src/asm/rgbasm.5 @@ -297,7 +297,9 @@ assembling. Define a structure easily. .It Sy String equate Pq Sy EQUS Give a frequently used string a name. -Can also be used as a mini-macro, like #define in C. +Can also be used as a mini-macro, like +.Fd #define +in C. .It Sy MACRO A block of code or pseudo instructions that you invoke like any other mnemonic. You can give them arguments too. @@ -420,7 +422,8 @@ They don't change their value during the link process. EQUS is used to define string-symbols. Wherever the assembler meets a string symbol its name is replaced with its value. -If you are familiar with C you can think of it as the same as #define. +If you are familiar with C you can think of it as the same as +.Fd #define . .Pp .Bd -literal -offset indent COUNTREG EQUS "[hl+]"