From 9e9884764e502e6660ee70e73eec089d37cd8cc3 Mon Sep 17 00:00:00 2001 From: JT <jeremiah.turner@gmail.com> Date: Mon, 20 Apr 2015 19:09:18 -0400 Subject: [PATCH] Small change to .ADDRSIZE documentation --- doc/ca65.sgml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/ca65.sgml b/doc/ca65.sgml index 0dc6e902d..0ff0df0fd 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -1281,13 +1281,12 @@ either a string or an expression. <sect1><tt>.ADDRSIZE</tt><label id=".ADDRSIZE"><p> The <tt/.ADDRSIZE/ function is used to return the interal address size - associated with a symbol. This can be helpful in macros when knowing address + associated with a symbol. This can be helpful in macros when knowing the address size of symbol can allow for custom instructions. Example: <tscreen><verb> - .macro myLDA foo .if .ADDRSIZE(foo) = 1