mirror of
https://github.com/KarolS/millfork.git
synced 2024-12-24 15:29:23 +00:00
Fix array iteration on Z80
This commit is contained in:
parent
a394ab631f
commit
02a408e1be
@ -345,7 +345,7 @@ object Z80BulkMemoryOperations {
|
||||
calculateByteCount ++
|
||||
Z80ExpressionCompiler.stashBCIfChanged(calculateTargetAddress) ++
|
||||
Z80ExpressionCompiler.stashBCIfChanged(Z80ExpressionCompiler.stashHLIfChanged(extraInitializationPair._1)) ++
|
||||
Z80ExpressionCompiler.stashHLIfChanged(extraInitializationPair._1)
|
||||
Z80ExpressionCompiler.stashHLIfChanged(extraInitializationPair._2)
|
||||
}
|
||||
|
||||
val label = Z80Compiler.nextLabel("me")
|
||||
|
Loading…
Reference in New Issue
Block a user