Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-11-29 | Update b32e to not use rdx | Nao Pross | 1 | -3/+3 | |
2018-11-29 | Correct write syscall argument | Nao Pross | 1 | -1/+1 | |
2018-11-28 | Swap bytes (endianness) | Nao Pross | 1 | -4/+11 | |
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. | |||||
2018-11-28 | Add main loop to read more than 5 bytes | Nao Pross | 1 | -0/+11 | |
2018-11-28 | Use 4 spaces for indent, update comments, change input buffer shift direction | Nao Pross | 1 | -43/+56 | |
2018-11-27 | Set input buffer to be 8 bytes to fit in a register for shl | Nao Pross | 1 | -2/+5 | |
2018-11-27 | Add ret statements | Nao Pross | 1 | -1/+5 | |