1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

2nd Small change to .ADDRSIZE documentation

This commit is contained in:
JT 2015-04-20 19:40:41 -04:00
parent 9e9884764e
commit 2d3cf98bc8

View File

@ -1288,7 +1288,6 @@ either a string or an expression.
<tscreen><verb>
.macro myLDA foo
.if .ADDRSIZE(foo) = 1
;do custom command based on zeropage addressing:
.byte .A5h, foo