ASMTools/rot13
2024-08-23 11:11:21 -07:00
..
.gitignore Add rot13 2024-08-23 10:59:26 -07:00
main.asm Add rot13 2024-08-23 10:59:26 -07:00
main.o Add rot13 2024-08-23 10:59:26 -07:00
make.sh Add rot13 2024-08-23 10:59:26 -07:00
README.md Add link to issues md to rot13 readme 2024-08-23 11:11:21 -07:00

Rot13

A rot13 program in amd64 linux asm.

Be warned: it does not appear to be possible to enter more than 4096 bytes, because if you do, it gets truncated.

If you know how to fix it, or you have another issue, please read <ISSUES.md>