diff options
author | B. Watson <yalhcru@gmail.com> | 2014-01-18 09:26:08 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:05 -0600 |
commit | 666f54dfd6d03151c6558f8f6b92ec98918ec42b (patch) | |
tree | 37610d61c7e342d2ef7c7b09179378f1252a574a /system/d52/README | |
parent | 04e639789b2ab834ec3c43b395ddc9463821fdd5 (diff) | |
download | slackbuilds-666f54dfd6d03151c6558f8f6b92ec98918ec42b.tar.gz |
system/d52: Added (disassembler for 8051/8052, 8041/8048, and Z80).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/d52/README')
-rw-r--r-- | system/d52/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/d52/README b/system/d52/README new file mode 100644 index 0000000000..a609a2d832 --- /dev/null +++ b/system/d52/README @@ -0,0 +1,5 @@ +d52 (disassembler for 8051/8052, 8041/8048, and Z80 object code) + +d52 is a 8051/8052 command line disassembler for Linux and Windows with +C source code that is distributed under GNU General Public License. Also +included are d48 and dz80. |