Small change to .ADDRSIZE documentation
This commit is contained in:
parent
499eab65f1
commit
9e9884764e
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue