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

Library improvements

This commit is contained in:
Karol Stasiak
2018-12-17 17:18:29 +01:00
parent 7616c246ee
commit 585407e9bb
38 changed files with 554 additions and 70 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[< back to index](../index.md)
## `stdlib` module
## stdlib
The `stdlib` module is automatically imported on most targets.
@@ -30,4 +30,4 @@ Returns an ASCII representation of the lower nibble of the given byte.
#### `macro asm void panic()`
Crashes the program.
Crashes the program.