Skip to content

Commit

Permalink
Mention PZX support on the 'What is SkoolKit?' page
Browse files Browse the repository at this point in the history
  • Loading branch information
skoolkid committed Jun 27, 2024
1 parent 56ec74d commit 910a715
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sphinx/source/whatis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ With SkoolKit you can:
* use :ref:`skool2ctl.py` to convert a disassembly back into a control file
(with annotations retained)
* use :ref:`skool2bin.py` to convert a disassembly into a raw memory file
* use :ref:`tap2sna.py` to convert a TAP or TZX file into a 'pristine' Z80 or
SZX snapshot
* use :ref:`tap2sna.py` to convert a PZX, TAP or TZX file into a 'pristine' Z80
or SZX snapshot
* use :ref:`snapinfo.py` to analyse a snapshot or raw memory file and list the
BASIC program it contains, show register values, produce a call graph, find
tile graphic data, find text, or find sequences of arbitrary byte values
* use :ref:`trace.py` to trace the execution of machine code in a snapshot or
raw memory file
* use :ref:`rzxplay.py` to trace the execution of machine code in an RZX file,
and produce a code execution map for :ref:`sna2ctl.py`
* use :ref:`tapinfo.py` to analyse the blocks in a TAP or TZX file, and list
the BASIC program it contains
* use :ref:`tapinfo.py` to analyse the blocks in a PZX, TAP or TZX file, and
list the BASIC program it contains
* use :ref:`rzxinfo.py` to analyse the blocks in an RZX file, and extract
snapshots from it
* use :ref:`bin2tap.py` to convert a snapshot or raw memory file into a TAP
Expand Down

0 comments on commit 910a715

Please sign in to comment.