This commit is contained in:
Irmen de Jong 2025-01-30 23:55:14 +01:00
parent 9cdf53019c
commit ec0cfb4b3f

View File

@ -63,7 +63,7 @@ IR/VM
Libraries
---------
- cx16 diskio (and fileselector example): provide a way to list only files and only directories (or both), using "@$:*=p" / "@$:*=d" DOS filtering
- cx16 diskio (and fileselector example): provide a way to list only files and only directories (or both), using ``@$:*=p``` / ``@$:*=d``` DOS filtering
- make fileselector into a loadable library?
- Sorting module gnomesort_uw could be optimized more by fully rewriting it in asm? Shellshort seems consistently faster even if most of the words are already sorted.
- Add split-word array sorting routines to sorting module?