mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Small change to .ADDRSIZE documentation
This commit is contained in:
parent
499eab65f1
commit
9e9884764e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user