Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/library/zx0.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,13 @@ in your documentation, as requested at the [ZX0](https://github.com/einar-saukas
The following program will decompress a compressed RCS+ZX0 image directly to the screen:

```
#include <zx0.bas>

10 dzx0AgileRCS(@introscr, 16384)
20 GOTO 20

introscr:
asm
incbin "intro.scr.rcs.zx0"
end asm

#include "zx0.bas"

dzx0AgileRCS(@introscr, 16384)
```