mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-11 12:29:46 +00:00
6502: Use colons in assembly labels
This commit is contained in:
parent
453011fb6b
commit
735d6c4169
@ -622,7 +622,7 @@ case class AssemblyLine(opcode: Opcode.Value, addrMode: AddrMode.Value, var para
|
||||
|
||||
override def toString: String = {
|
||||
val raw = if (opcode == LABEL) {
|
||||
parameter.toString
|
||||
parameter.toString + ':'
|
||||
} else if (opcode == BYTE) {
|
||||
" !byte " + parameter.toString
|
||||
} else if (addrMode == DoesNotExist) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user