ASMTools/rot13
2024-08-23 13:05:58 -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 Use omagic flag (makes file MUCH smaller) 2024-08-23 13:05:58 -07:00
README.md Wrong type of link 2024-08-23 11:12:04 -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