mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-22 09:29:44 +00:00
Remove duplicate spaces from assembly options (fix for ASM6f bug).
This commit is contained in:
parent
bd3cc5a5b7
commit
bbcebf699d
@ -91,8 +91,8 @@
|
|||||||
<compiler
|
<compiler
|
||||||
class="com.wudsn.ide.lng.asm.compiler.asm6.Asm6Compiler"
|
class="com.wudsn.ide.lng.asm.compiler.asm6.Asm6Compiler"
|
||||||
defaultHardware="NES"
|
defaultHardware="NES"
|
||||||
defaultParameters=" ${sourceFilePath} ${outputFilePath}"
|
defaultParameters=" ${sourceFilePath} ${outputFilePath}"
|
||||||
homePageURL="http://3dscapture.com/NES/asm6.zip"
|
homePageURL="https://github.com/freem/asm6f"
|
||||||
id="asm6"
|
id="asm6"
|
||||||
language="ASM"
|
language="ASM"
|
||||||
name="%com.wudsn.ide.lng.asm.compiler.asm6.Asm6Compiler.name"
|
name="%com.wudsn.ide.lng.asm.compiler.asm6.Asm6Compiler.name"
|
||||||
@ -112,7 +112,7 @@
|
|||||||
class="com.wudsn.ide.lng.asm.compiler.atasm.AtasmCompiler"
|
class="com.wudsn.ide.lng.asm.compiler.atasm.AtasmCompiler"
|
||||||
defaultHardware="ATARI8BIT"
|
defaultHardware="ATARI8BIT"
|
||||||
defaultParameters="-s -o${outputFilePath} -l${outputFilePathWithoutExtension}.lab ${sourceFilePath}"
|
defaultParameters="-s -o${outputFilePath} -l${outputFilePathWithoutExtension}.lab ${sourceFilePath}"
|
||||||
homePageURL="http://atari.miribilist.com/atasm"
|
homePageURL="https://atari.miribilist.com/atasm/"
|
||||||
id="atasm"
|
id="atasm"
|
||||||
language="ASM"
|
language="ASM"
|
||||||
name="%com.wudsn.ide.lng.asm.compiler.atasm.AtasmCompiler.name"
|
name="%com.wudsn.ide.lng.asm.compiler.atasm.AtasmCompiler.name"
|
||||||
@ -205,7 +205,7 @@
|
|||||||
<compiler
|
<compiler
|
||||||
class="com.wudsn.ide.lng.asm.compiler.merlin32.Merlin32Compiler"
|
class="com.wudsn.ide.lng.asm.compiler.merlin32.Merlin32Compiler"
|
||||||
defaultHardware="APPLE2"
|
defaultHardware="APPLE2"
|
||||||
defaultParameters="-V ${sourceFilePath}"
|
defaultParameters="-V ${sourceFilePath}"
|
||||||
homePageURL="http://www.brutaldeluxe.fr/products/crossdevtools/merlin/index.html"
|
homePageURL="http://www.brutaldeluxe.fr/products/crossdevtools/merlin/index.html"
|
||||||
id="merlin32"
|
id="merlin32"
|
||||||
language="ASM"
|
language="ASM"
|
||||||
|
Loading…
Reference in New Issue
Block a user