Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@3141 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -2848,7 +2848,7 @@ Here's a list of all control commands and a description, what they do:
|
|||||||
<tscreen><verb>
|
<tscreen><verb>
|
||||||
.macro Crypt Arg
|
.macro Crypt Arg
|
||||||
.repeat .strlen(Arg), I
|
.repeat .strlen(Arg), I
|
||||||
.byte .strat(Arg, I) .xor $55
|
.byte .strat(Arg, I) ^ $55
|
||||||
.endrep
|
.endrep
|
||||||
.endmacro
|
.endmacro
|
||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
|
|||||||
Reference in New Issue
Block a user