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

Implement readline and readword for VIC-20

This commit is contained in:
Karol Stasiak
2020-09-30 01:37:00 +02:00
parent 24c0e8a8ee
commit a00e10382d
13 changed files with 67 additions and 9 deletions
+21
View File
@@ -0,0 +1,21 @@
[< back to index](../doc_index.md)
# VIC-20-oriented modules
## vic20_kernal module
The `vic20_kernal` module is imported automatically on the VIC-20 target.
It provides access to Kernal routines.
TODO
## vic20_basic module
The `vic20_basic` module provides access to Basic routines.
It is imported automatically on all PRG VIC-20 targets (`vic20`, `vic20_3k`, `vic20_8k`), but not on cartridge targets (like `vic20_a000`).
TODO
## vic20_hardware
TODO