1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-26 10:20:51 +00:00

Fast memset for Z80 and 6502

This commit is contained in:
Karol Stasiak
2018-08-07 17:37:09 +02:00
parent 7750c4ec45
commit 8dfb223a8c
7 changed files with 210 additions and 13 deletions
+2
View File
@@ -42,6 +42,8 @@ where `11111` is a sequential number and `xx` is the type:
* `me` start of a `for` loop doing bulk memory operations
* `ms` bulk memory operations
* `no` nonet to word extension caused by the `nonet` operator
* `od` end of a `do-while` statement