diff options
author | Nao Pross <naopross@thearcway.org> | 2018-11-28 22:39:59 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-11-28 22:39:59 +0100 |
commit | c3cf8166784515eff25e415535628645d402cb66 (patch) | |
tree | daab64d5518cc9f3bb38d56bbefec4758d7363fe /doc | |
parent | Add main loop to read more than 5 bytes (diff) | |
download | base32asm-c3cf8166784515eff25e415535628645d402cb66.tar.gz base32asm-c3cf8166784515eff25e415535628645d402cb66.zip |
Swap bytes (endianness)
The problem with the code until now, was that x64 is little endian.
Therefore when the input buffer is loaded into a register to perform a
bit operation (i.e shift) the result was messed up.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions