1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 04:54:54 +00:00

Small change to .ADDRSIZE documentation

This commit is contained in:
JT 2015-04-20 19:09:18 -04:00
parent 499eab65f1
commit 9e9884764e

View File

@ -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