mirror of
https://github.com/cc65/cc65.git
synced 2025-08-10 04:25:21 +00:00
Small change to .ADDRSIZE documentation
This commit is contained in:
@@ -1281,13 +1281,12 @@ either a string or an expression.
|
|||||||
<sect1><tt>.ADDRSIZE</tt><label id=".ADDRSIZE"><p>
|
<sect1><tt>.ADDRSIZE</tt><label id=".ADDRSIZE"><p>
|
||||||
|
|
||||||
The <tt/.ADDRSIZE/ function is used to return the interal address size
|
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.
|
size of symbol can allow for custom instructions.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
<tscreen><verb>
|
<tscreen><verb>
|
||||||
|
|
||||||
.macro myLDA foo
|
.macro myLDA foo
|
||||||
|
|
||||||
.if .ADDRSIZE(foo) = 1
|
.if .ADDRSIZE(foo) = 1
|
||||||
|
Reference in New Issue
Block a user