1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-20 03:16:45 +00:00

NEC PC-88: readline

This commit is contained in:
Karol Stasiak
2018-12-20 00:47:42 +01:00
parent e90483f381
commit 62575263c2
6 changed files with 22 additions and 5 deletions
+4 -2
View File
@@ -23,8 +23,9 @@ The string is valid only until next read from the console.
Available for:
ZX Spectrum,
NEC PC-88,
Commodore 64 with `c64_basic` module,
Commodore 16 or Plus/4 with `c264_basic`.
Commodore 16 or Plus/4 with `c264_basic` module.
#### `word readword()`
@@ -32,8 +33,9 @@ Reads a 16-bit unsigned integer from the console.
Available for:
ZX Spectrum,
NEC PC-88,
Commodore 64 with `c64_basic` module,
Commodore 16 or Plus/4 with `c264_basic`.
Commodore 16 or Plus/4 with `c264_basic` module.
#### `void bell()`