mirror of
https://github.com/KarolS/millfork.git
synced 2025-04-06 20:37:12 +00:00
Remove debugging code
This commit is contained in:
parent
24870ae62e
commit
9f128d3c35
@ -501,9 +501,6 @@ object AssemblyLine {
|
||||
def dataStackX(ctx: CompilationContext, opcode: Opcode.Value, offset: Int): AssemblyLine =
|
||||
if (ctx.options.flag(CompilationFlag.SoftwareStack)) {
|
||||
val stack = ctx.env.get[ThingInMemory]("__stack")
|
||||
if (offset == 0x108) {
|
||||
println()
|
||||
}
|
||||
AssemblyLine.absoluteX(opcode, stack.toAddress + (offset - 0x100))
|
||||
} else if (ctx.options.flag(CompilationFlag.EmitEmulation65816Opcodes)) {
|
||||
AssemblyLine.stackRelative(opcode, offset + ctx.extraStackOffset)
|
||||
|
Loading…
x
Reference in New Issue
Block a user