Commit Graph

10 Commits

Author SHA1 Message Date
Nguyen Anh Quynh eb34f6e478 cstool: support CMake 2016-10-11 16:51:20 +08:00
Nguyen Anh Quynh bab2a93031 cstool: align assembly code for x86 2016-10-11 16:19:27 +08:00
Nguyen Anh Quynh fcd1b44a3f cstool: update README with more details 2016-10-11 00:21:20 +08:00
Nguyen Anh Quynh 5664998f4c cstool: compile for next branch 2016-10-11 00:04:46 +08:00
Nguyen Anh Quynh 6ccfcab154 cstool: make it compile with GCC on Linux 2016-10-11 00:03:19 +08:00
Nguyen Anh Quynh 797a637a86 cstool: fix Makefile 2016-10-11 00:02:08 +08:00
Nguyen Anh Quynh 815b94a452 cstool: add VERSION and reformat to use tabs for indentation 2016-10-11 00:01:57 +08:00
Nguyen Anh Quynh c2887082a2 cstool: fix Makefile 2016-10-11 00:01:46 +08:00
Nguyen Anh Quynh f36b3f426e cstool: compile/clean/install/uninstall from Makefile 2016-10-11 00:01:29 +08:00
echotyh 51c8c5082a 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