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

Deduplicate more complex code. Better deduplication.

This commit is contained in:
Karol Stasiak
2018-08-08 01:53:47 +02:00
parent b01c440cf0
commit 2af8304512
7 changed files with 234 additions and 23 deletions
+2
View File
@@ -20,6 +20,8 @@ where `11111` is a sequential number and `xx` is the type:
* `cp` equality comparison for larger types
* `dd` labels renamed by code deduplication
* `de` decrement for larger types
* `do` beginning of a `do-while` statement