diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-04 14:06:31 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-03-04 14:14:26 -0500 |
commit | 77f332623bae031c373f7014f8b3474a3f9c2b95 (patch) | |
tree | 4d3c473fe227411402643aa9b8f896e9275d8c84 /AMSB.txt | |
parent | e9efd91c951265d3af351f8b1d749619cdbe6570 (diff) | |
download | bw-atari8-tools-77f332623bae031c373f7014f8b3474a3f9c2b95.tar.gz |
AMSB.txt: tweak.
Diffstat (limited to 'AMSB.txt')
-rw-r--r-- | AMSB.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -259,7 +259,8 @@ editing the program (you get LK ERROR if you try). The "encryption" is no better than ROT13. To encrypt, subtract each byte from 0x54 (in an 8-bit register, using twos complement). To -decrypt, do the same. +decrypt, do the same. This is a reciprocal cipher, and you can think +of it as the binary equivalent of ROT13. You can tell a LOCKed program because its first byte will be 1 instead of 0. The next 2 bytes (the program length) unencrypted. The rest of |