Skip to content

Commit 3582746

Browse files
committed
Link to the colorization plugin
1 parent 3bed810 commit 3582746

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ TODO: I have future plans to implement some more tools I need to restore my old
2121
But you can use them in the way you need. And it's very easy to use: download the package, run ``setup.py`` (or install via ``pip install zxtools``), invoke in the following way::
2222

2323
$ python3 -m zxtools.hobeta strip input.hobeta result.zeus
24-
$ python3 -m zxtools.zeus2txt result.zeus listing.txt --include-code
24+
$ python3 -m zxtools.zeus2txt result.zeus listing.asm --include-code
2525

2626
.. image:: zeus2txt.jpg
2727

2828
NOTE: Python 3 is required to use this package, and Python 2 is not supported but you are welcome to fix it.
2929

30+
To view the resulting files with syntax colorization you can use special `Visual Studio Code plugin <https://marketplace.visualstudio.com/items?itemName=jia3ep.zeus-z80-asm>`_:
31+
32+
.. image:: https://raw.githubusercontent.com/codeatcpp/vscode-language-z80-asm/master/vscode.png
33+
:target: https://marketplace.visualstudio.com/items?itemName=jia3ep.zeus-z80-asm

0 commit comments

Comments
 (0)