Revert "Remove duplicate spaces from assembly options (fix for ASM6f bug)."

This reverts commit bbcebf699d.
This commit is contained in:
Peter Dell 2024-01-30 00:47:18 +01:00
parent bbcebf699d
commit b8a7ed581f

View File

@ -92,7 +92,7 @@
class="com.wudsn.ide.lng.asm.compiler.asm6.Asm6Compiler"
defaultHardware="NES"
defaultParameters=" ${sourceFilePath} ${outputFilePath}"
homePageURL="https://github.com/freem/asm6f"
homePageURL="http://3dscapture.com/NES/asm6.zip"
id="asm6"
language="ASM"
name="%com.wudsn.ide.lng.asm.compiler.asm6.Asm6Compiler.name"
@ -112,7 +112,7 @@
class="com.wudsn.ide.lng.asm.compiler.atasm.AtasmCompiler"
defaultHardware="ATARI8BIT"
defaultParameters="-s -o${outputFilePath} -l${outputFilePathWithoutExtension}.lab ${sourceFilePath}"
homePageURL="https://atari.miribilist.com/atasm/"
homePageURL="http://atari.miribilist.com/atasm"
id="atasm"
language="ASM"
name="%com.wudsn.ide.lng.asm.compiler.atasm.AtasmCompiler.name"