1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-05-29 04:41:30 +00:00

Update test suite descriptions

This commit is contained in:
Karol Stasiak 2020-04-06 17:55:22 +02:00
parent 0cba2dec04
commit 4c39d5e6af
3 changed files with 6 additions and 1 deletions

2
.gitignore vendored
View File

@ -48,6 +48,7 @@ issue*.mfk
*.com
*.gb
*.rom
*.ssd
*.o
HELLO
HELLOCPC
@ -55,6 +56,7 @@ FIZZBUZZ
__hw_bbcmicro
__hw_cpc464
tests-cpc-*
BBC-*
#heap dumps
java_pid*

View File

@ -37,7 +37,7 @@ If you are using a release version of the compiler, consider browsing the older
* [Life](crossplatform/life.mfk) (C64/C16/Atari/ZX Spectrum) Conway's game of life
* [Test suite](tests) (C64/ZX Spectrum) the semi-official test-suite for Millfork
* [Test suite](tests) (C64/C16/Atari/Armstrad CPC/ZX Spectrum/PC-88) the semi-official test-suite for Millfork
## Commodore 64 examples

View File

@ -13,6 +13,9 @@ Supported platforms:
* Commodore 64, 128 and Plus/4, loadable program (`c64`, `c128`, `plus4`)
* Commodore PET, VIC-20, C16, loadable program (`pet`, `vic20`, `c16`)
note that support for these targets may end when the suite grows beyond their memory capacity
* ZX Spectrum (`zxspectrum`)
* NEC PC-88, bootable floppy (`pc88`)