Skip to content

Commit 9dcc1f7

Browse files
committed
move intuitive example
1 parent e5e66bc commit 9dcc1f7

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/library/zx0.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,13 @@ in your documentation, as requested at the [ZX0](https://github.com/einar-saukas
5353
The following program will decompress a compressed RCS+ZX0 image directly to the screen:
5454

5555
```
56+
#include <zx0.bas>
57+
58+
10 dzx0AgileRCS(@introscr, 16384)
59+
20 GOTO 20
60+
5661
introscr:
5762
asm
5863
incbin "intro.scr.rcs.zx0"
5964
end asm
60-
61-
#include "zx0.bas"
62-
63-
dzx0AgileRCS(@introscr, 16384)
6465
```

0 commit comments

Comments
 (0)