Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct write syscall argument | Nao Pross | 2018-11-29 | 1 | -1/+1 |
* | Swap bytes (endianness) | Nao Pross | 2018-11-28 | 1 | -4/+11 |
* | Add main loop to read more than 5 bytes | Nao Pross | 2018-11-28 | 1 | -0/+11 |
* | Use 4 spaces for indent, update comments, change input buffer shift direction | Nao Pross | 2018-11-28 | 1 | -43/+56 |
* | Set input buffer to be 8 bytes to fit in a register for shl | Nao Pross | 2018-11-27 | 1 | -2/+5 |
* | Add Intel IA32 x64 instruction set manual | Nao Pross | 2018-11-27 | 1 | -0/+0 |
* | Add gdb configuration and debug symbols | Nao Pross | 2018-11-27 | 2 | -1/+10 |
* | Add ret statements | Nao Pross | 2018-11-27 | 1 | -1/+5 |
* | Update makefile with check of b32e | Nao Pross | 2018-11-27 | 1 | -0/+10 |
* | Initial implementation of encoder | Nao Pross | 2018-11-27 | 3 | -0/+76 |