Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
einar-saukas committed Mar 12, 2021
1 parent c366544 commit cf227b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ for input and output files, and only memory space O(w) for processing.

## File Format

The **ZX0** compressed format is very simple. There are only 3 kinds of blocks:
The **ZX0** compressed format is very simple. There are only 3 types of blocks:

* Literal (copy next N bytes from compressed file)
```
Expand Down Expand Up @@ -355,6 +355,8 @@ used **ZX0**.

**ZX0** ported to other platforms:

* [6502](https://github.com/bboxy/bitfire/tree/master/bitfire/zx0/6502)

* [Intel 8080](https://gitlab.com/ivagor/dezx0)

* [PDP11](https://gitlab.com/ivagor/dezx0)
Expand Down

0 comments on commit cf227b0

Please sign in to comment.