Commit Graph

54 Commits

Author SHA1 Message Date
Nguyen Anh Quynh d360b8bb17 cstool: align assembly code for x86 2016-10-11 16:19:27 +08:00
Nguyen Anh Quynh 54d351ef48 cstool: compile for next branch 2016-10-11 00:04:46 +08:00
Nguyen Anh Quynh d823a3ad4e cstool: add VERSION and reformat to use tabs for indentation 2016-10-11 00:01:57 +08:00
echotyh 07337a708d cstool 1.0 (#788)
* first cstool -- Segmentation fault: 11

* Modify the format of output.

* Preprocess the input from user. The result of converting looks right but the disassembly is not unsatisfactory.

* Skip the character not in set A = {'a'~'f','A'~'F','0'~'9'}.
i Please enter the commit message for your changes. Lines starting

* delete cstool binary

* using isxdigit() to tests for any hexadecimal-digit character

* write README

* final version 1.0 for cstool
2016-10-10 23:54:25 +08:00