1
0
mirror of https://github.com/mnaberez/py65.git synced 2026-04-20 08:16:32 +00:00

Merge pull request #59 from 0cjs/master

docs/index.rst: Fix URL for VICE
This commit is contained in:
Mike Naberezny
2019-09-09 09:04:17 -07:00
committed by GitHub
+4 -4
View File
@@ -33,10 +33,10 @@ The monitor is started using the ``py65mon`` command::
Once the monitor has started, it will display a register dump and the
dot prompt. You can then enter commands for the monitor at this prompt.
Py65Mon uses commands that are very similar to those used by the monitor
included with the `VICE emulator <http://viceteam.org>`_ for Commodore
computers. You can get a list of available commands with ``help`` or
help on a specific command with ``help command``.
Py65Mon uses commands that are very similar to those used by the
`VICE emulator's monitor <http://vice-emu.sourceforge.net/vice_12.html>`_
for Commodore computers. You can get a list of available commands
with ``help`` or help on a specific command with ``help command``.
Number Systems
--------------