mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2025-01-04 02:30:43 +00:00
Remove duplicate spaces from assembly options (fix for ASM6f bug).
This commit is contained in:
parent
bd3cc5a5b7
commit
bbcebf699d
@ -92,7 +92,7 @@
|
||||
class="com.wudsn.ide.lng.asm.compiler.asm6.Asm6Compiler"
|
||||
defaultHardware="NES"
|
||||
defaultParameters=" ${sourceFilePath} ${outputFilePath}"
|
||||
homePageURL="http://3dscapture.com/NES/asm6.zip"
|
||||
homePageURL="https://github.com/freem/asm6f"
|
||||
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="http://atari.miribilist.com/atasm"
|
||||
homePageURL="https://atari.miribilist.com/atasm/"
|
||||
id="atasm"
|
||||
language="ASM"
|
||||
name="%com.wudsn.ide.lng.asm.compiler.atasm.AtasmCompiler.name"
|
||||
|
Loading…
Reference in New Issue
Block a user