mirror of
https://github.com/KarolS/millfork.git
synced 2026-03-11 02:19:19 +00:00
6502: Fix byte shifting
This commit is contained in:
@@ -260,6 +260,7 @@ object BuiltIns {
|
||||
val labelSkip = ctx.nextLabel("ss")
|
||||
val labelRepeat = ctx.nextLabel("sr")
|
||||
val loop = List(
|
||||
AssemblyLine.immediate(CPX, 0),
|
||||
AssemblyLine.relative(BEQ, labelSkip),
|
||||
AssemblyLine.label(labelRepeat),
|
||||
AssemblyLine.implied(opcode),
|
||||
|
||||
Reference in New Issue
Block a user