From fcfecc6e820e70c7fac0f7d2f786f294697f9715 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sat, 15 Aug 2020 15:23:11 +0200 Subject: [PATCH] Improve description of `@` symbol As requested by someone on GBDev --- src/asm/rgbasm.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asm/rgbasm.5 b/src/asm/rgbasm.5 index 7c44f35c..c3bf16b8 100644 --- a/src/asm/rgbasm.5 +++ b/src/asm/rgbasm.5 @@ -964,7 +964,7 @@ The following symbols are defined by the assembler: .Pp .Bl -column -offset indent "EQUS" "__ISO_8601_LOCAL__" .It Sy Type Ta Sy Name Ta Sy Contents -.It Ic EQU Ta Dv @ Ta PC value +.It Ic EQU Ta Dv @ Ta PC value (essentially, the current memory address) .It Ic EQU Ta Dv _PI Ta Fixed point \[*p] .It Ic SET Ta Dv _RS Ta _RS Counter .It Ic EQU Ta Dv _NARG Ta Number of arguments passed to macro