Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Commit c1abff3

Browse files
authored
Update README.md
1 parent 6f5025a commit c1abff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ When you form a compile line you must decide which compiler you will use and whi
6767

6868
The classic c library is z88dk's main c library and has crts that allow generation of programs for [over 100 different z80 family machines](https://github.com/z88dk/z88dk/wiki/Platform). The level of support for each is historically determined by user interest. [Documentation begins here](https://github.com/z88dk/z88dk/wiki) and example programs can be found in [z88dk/examples](https://github.com/z88dk/z88dk/tree/master/examples) with compile lines most often appearing at the top of .c files. Over time it has replaced non-standard implementations with those that exist with new library.
6969

70-
The new c library was z88dk's rewrite aiming for a large subset of C11 conformance. The bulk of the standard library has now been incorporated into classic, however it still supports some targets not supported by classic: [hbios](https://github.com/wwarthen/RomWBW/blob/master/Doc/RomWBW%20Architecture.pdf), [rc2014](https://rc2014.co.uk/), [scz180](https://smallcomputercentral.wordpress.com/sc130-z180-motherboard/), [yaz180](https://github.com/feilipu/yaz180) as well as some incorporating 3rd party libraries for some duplicated targets: [sega master system](https://en.wikipedia.org/wiki/Master_System), [zx spectrum](https://en.wikipedia.org/wiki/ZX_Spectrum), and [zx spectrum next](https://www.specnext.com/). Additionally, a bare bones target for the z180, [z80](https://github.com/z88dk/z88dk/wiki/NewLib--Platform--Embeddeda can be used to compile programs for any z80 machine. [Documentation begins here](https://github.com/z88dk/z88dk/wiki/Introduction) and example programs can be found in [z88dk/libsrc/_DEVELOPMENT/EXAMPLES](https://github.com/z88dk/z88dk/tree/master/libsrc/_DEVELOPMENT/EXAMPLES) with compile lines most often appearing at the top of .c files.
70+
The new c library was z88dk's rewrite aiming for a large subset of C11 conformance. The bulk of the standard library has now been incorporated into classic, however it still supports some targets not supported by classic: [hbios](https://github.com/wwarthen/RomWBW/blob/master/Doc/RomWBW%20Architecture.pdf), [rc2014](https://rc2014.co.uk/), [scz180](https://smallcomputercentral.wordpress.com/sc130-z180-motherboard/), [yaz180](https://github.com/feilipu/yaz180) as well as some incorporating 3rd party libraries for some duplicated targets: [sega master system](https://en.wikipedia.org/wiki/Master_System), [zx spectrum](https://en.wikipedia.org/wiki/ZX_Spectrum), and [zx spectrum next](https://www.specnext.com/). Additionally, a bare bones target for the z180, [z80](https://github.com/z88dk/z88dk/wiki/NewLib--Platform--Embedded) can be used to compile programs for any z80 machine. [Documentation begins here](https://github.com/z88dk/z88dk/wiki/Introduction) and example programs can be found in [z88dk/libsrc/_DEVELOPMENT/EXAMPLES](https://github.com/z88dk/z88dk/tree/master/libsrc/_DEVELOPMENT/EXAMPLES) with compile lines most often appearing at the top of .c files.
7171

7272
## QUICK LINKS
7373

0 commit comments

Comments
 (0)