Skip to content

Commit 90cbcb7

Browse files
committed
Merge branch 'master' of github.com:codeatcpp/zxtools
2 parents d8cd9c5 + e3fb657 commit 90cbcb7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
Here's a set of utils to manipulate files that were copied from TR-DOS diskettes. The tools were written to simplify the following workflow:
44

5-
1. Grab diskette image using Hobbeta tool.
6-
2. Strip the file header.
7-
3. Convert resulting Zeus Z80 file to the plain text format.
5+
1. Grab diskette image using [Hobeta](http://speccy.info/Hobeta) tool.
6+
2. Strip the file header and save the result to a new file.
7+
3. Convert resulting Zeus Z80 assembler file to the plain text format.
88

9-
It's very easy to use. Download the package, run `setup.py`, invoke in the following way:
9+
But you can use them in the way you need. And it's very easy to use: download the package, run `setup.py`, invoke in the following way:
1010
```
1111
$ python -m zxtools.hobeta strip input.hobetta result.zeus
1212
$ python -m zxtools.zeus2txt result.zeus listing.txt
1313
```
14+
NOTE: You need Python 3 to use this package.

0 commit comments

Comments
 (0)