mirror of
https://github.com/KarolS/millfork.git
synced 2026-03-11 02:19:19 +00:00
Clarify console output behaviour
This commit is contained in:
@@ -10,6 +10,9 @@ Prints a single character.
|
||||
|
||||
Available for: all computer targets.
|
||||
|
||||
Note that this function obeys typical platform idiosyncrasies,
|
||||
for example on CBM targets the quote character will toggle the quotation mode.
|
||||
|
||||
#### `void new_line()`
|
||||
|
||||
Moves the cursor to the next line.
|
||||
|
||||
@@ -9,6 +9,9 @@ It requires an implementation of `void putchar(byte a)` and therefore works only
|
||||
|
||||
Prints a string of length `len` located at address `str`.
|
||||
|
||||
Note that both this function and `putstrz` obey typical platform idiosyncrasies,
|
||||
for example on CBM targets the quote character will toggle the quotation mode. This may be subject to change.
|
||||
|
||||
#### `void putstrz(pointer str)`
|
||||
|
||||
Prints a null-terminated string located at address `str`.
|
||||
|
||||
Reference in New Issue
Block a user