Small fixes by Christian Krüger.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5960 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2013-01-07 20:25:45 +00:00
parent d6290e0a0f
commit bf91be8790
2 changed files with 13 additions and 13 deletions

View File

@@ -437,7 +437,7 @@ SMC GetChar, { LDA SMC_AbsAdr, x }
Example:
<tscreen><verb>
SMC_TransferAddress JumpTo, #CloseChannel, Y
SMC_TransferAddress JumpTo, #CloseChannel
...
SMC JumpTo, { JMP OpenChannel }
</verb></tscreen>