Skip to content

Commit 4248197

Browse files
committed
readme
1 parent c1f196f commit 4248197

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ Documentation is online at https://prog8.readthedocs.io/
3535
Required tools:
3636
---------------
3737

38-
`64tass <https://sourceforge.net/projects/tass64/>`_ - cross assembler. Install this on your shell path.
39-
A recent .exe version of this tool for Windows can be obtained from my `clone <https://github.com/irmen/64tass/releases>`_ of this project.
38+
[64tass](https://sourceforge.net/projects/tass64/) - cross assembler. Install this on your shell path.
39+
A recent .exe version of this tool for Windows can be obtained from my [clone](https://github.com/irmen/64tass/releases) of this project.
4040
For other platforms it is very easy to compile it yourself (make ; make install).
4141

4242
A **Java runtime (jre or jdk), version 8 or newer** is required to run the packaged compiler.
4343
If you want to build it from source, you'll need a Kotlin 1.3 SDK as well (or for instance,
4444
IntelliJ IDEA with the Kotlin plugin).
4545

4646
It's handy to have a C-64 emulator or a real C-64 to run the programs on. The compiler assumes the presence
47-
of the `Vice emulator <http://vice-emu.sourceforge.net/>`_.
47+
of the [Vice emulator](http://vice-emu.sourceforge.net/)
4848

4949

5050
Example code

0 commit comments

Comments
 (0)