1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-21 09:16:34 +00:00

Updated examples

This commit is contained in:
Karol Stasiak
2018-12-19 22:32:55 +01:00
parent e13e744167
commit 10492bc534
6 changed files with 41 additions and 15 deletions
+8 -2
View File
@@ -21,13 +21,19 @@ Available for: all computer targets.
Reads a line from the console and returns a pointer to a null-terminated string.
The string is valid only until next read from the console.
Available for: Commodore 64 with `c64_basic` module.
Available for:
ZX Spectrum,
Commodore 64 with `c64_basic` module,
Commodore 16 or Plus/4 with `c264_basic`.
#### `word readword()`
Reads a 16-bit unsigned integer from the console.
Available for: Commodore 64 with `c64_basic` module.
Available for:
ZX Spectrum,
Commodore 64 with `c64_basic` module,
Commodore 16 or Plus/4 with `c264_basic`.
#### `void bell()`