mirror of
https://github.com/wader/fq.git
synced 2024-11-29 12:14:17 +03:00
tap: add README to tests directory
This commit is contained in:
parent
ffb5eb333b
commit
e526cafa55
22
format/tap/testdata/README.md
vendored
Normal file
22
format/tap/testdata/README.md
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
### basic_prog1.tap
|
||||||
|
|
||||||
|
The `basic_prog1.tap` test file was created directory from the FUSE emulator.
|
||||||
|
|
||||||
|
Inside the emulated ZX Spectrum a BASIC program was created:
|
||||||
|
|
||||||
|
```
|
||||||
|
10 PRINT "fq is the best!"
|
||||||
|
20 GOTO 10
|
||||||
|
```
|
||||||
|
|
||||||
|
and saved to tape:
|
||||||
|
|
||||||
|
```
|
||||||
|
SAVE "fqTestProg", LINE 10
|
||||||
|
```
|
||||||
|
|
||||||
|
Then from FUSE select the menu item `Media > Tape > Save As..`.
|
||||||
|
|
||||||
|
Any BASIC, machine code, screen image, or other data, can be saved directly
|
||||||
|
using the `SAVE` command. Further instructions can be found here:
|
||||||
|
https://worldofspectrum.org/ZXBasicManual/zxmanchap20.html
|
Loading…
Reference in New Issue
Block a user