mirror of
https://github.com/cc65/cc65.git
synced 2025-02-11 15:30:52 +00:00
Merge pull request #4 from Movax12/addrsize
Fix typo in documentation for .ADDRSIZE
This commit is contained in:
commit
610e50aecf
@ -1297,7 +1297,7 @@ either a string or an expression.
|
||||
.byte 0ADh
|
||||
.word foo
|
||||
.elseif .ADDRSIZE(foo) = 0
|
||||
; no address size define for this symbol:
|
||||
; no address size defined for this symbol:
|
||||
.out .sprintf("Error, address size unknown for symbol %s", .string(foo))
|
||||
.endif
|
||||
.endmacro
|
||||
|
Loading…
x
Reference in New Issue
Block a user