mirror of
https://github.com/cc65/cc65.git
synced 2025-03-02 18:30:09 +00:00
Fixed a bad styled sentence.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5069 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
ad1c31b049
commit
a6ca0b2093
@ -681,9 +681,9 @@ operator. After doing
|
|||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
|
|
||||||
may use the symbol "two" in every place where a number is expected, and it is
|
may use the symbol "two" in every place where a number is expected, and it is
|
||||||
evaluated to the value 2 in this context. The label assignment operator causes
|
evaluated to the value 2 in this context. The label assignment operator is
|
||||||
the same, but causes the symbol to be marked as a label, which may cause a
|
almost identical, but causes the symbol to be marked as a label, so it may be
|
||||||
different handling in the debugger:
|
handled differently in a debugger:
|
||||||
|
|
||||||
<tscreen><verb>
|
<tscreen><verb>
|
||||||
io := $d000
|
io := $d000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user