File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,16 @@ Documentation is online at https://prog8.readthedocs.io/
3535Required 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.
4040For other platforms it is very easy to compile it yourself (make ; make install).
4141
4242A ** Java runtime (jre or jdk), version 8 or newer** is required to run the packaged compiler.
4343If you want to build it from source, you'll need a Kotlin 1.3 SDK as well (or for instance,
4444IntelliJ IDEA with the Kotlin plugin).
4545
4646It'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
5050Example code
You can’t perform that action at this time.
0 commit comments