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

Support sizeof on arrays. Preliminary Commander X16 support.

This commit is contained in:
Karol Stasiak
2019-09-14 03:34:32 +02:00
parent 6c4dc81c1b
commit 1d445ecdd1
9 changed files with 276 additions and 4 deletions
+3
View File
@@ -99,4 +99,7 @@ The compiler emits COM files.
* `dos_com` a COM file for DOS on IBM PC. (very experimental)
* `x16_experimental` Commander X16; very experimental,
as both the target configuration *and* the device itself are in their experimental phases.
The primary and most tested platform is Commodore 64.