Compare commits

...

2 Commits

Author SHA1 Message Date
Peter Dell 7ee6e0e2b0 MADS: Add .BI, remove .DB and .DW
See v2.0.4 and https://forums.atariage.com/topic/114443-mad-assembler-mads/?do=findComment&comment=5243320
2023-04-23 14:13:13 +02:00
Peter Dell 030ce92027 Add Altirra.sh as default runner path for LINUX and MACOSX
And replace invalid WS_WIN32 constant
2023-04-23 14:11:54 +02:00
3 changed files with 11 additions and 16 deletions

View File

@ -352,6 +352,12 @@
title="Define _a_r_r_a_y"
type="BEGIN_FOLDING_BLOCK_DIRECTIVE"
proposal=".ARRAY _\n.ENDA"/>
<directive
targets="*"
name=".BI"
title="Define _b_inary bytes"
type="DIRECTIVE"
proposal=".BI _"/>
<directive
targets="*"
name=".BY"
@ -364,12 +370,6 @@
title="Define _b_y_t_es"
type="DIRECTIVE"
proposal=".BYTE _"/>
<directive
targets="*"
name=".DB"
title="_Define _bytes"
type="DIRECTIVE"
proposal=".DB _"/>
<directive
targets="*"
name=".DEF"
@ -382,12 +382,6 @@
title="_Define _space"
type="DIRECTIVE"
proposal=".DS _"/>
<directive
targets="*"
name=".DW"
title="_Define _words"
type="DIRECTIVE"
proposal=".DW _"/>
<directive
targets="*"
name=".DWORD"

View File

@ -83,8 +83,10 @@ public final class RunnerPaths {
public RunnerPaths() {
runnerPaths = new TreeMap<String, RunnerPath>();
// See https://github.com/peterdell/wudsn-ide-tools
add(Hardware.ATARI8BIT, "altirra", Platform.WS_WIN32,Platform.ARCH_X86, "Altirra/Altirra.exe");
add(Hardware.ATARI8BIT, "altirra", Platform.WS_WIN32, Platform.ARCH_X86_64, "Altirra/Altirra64.exe");
add(Hardware.ATARI8BIT, "altirra", Platform.OS_LINUX,Platform.ARCH_X86_64, "Altirra/Altirra.sh");
add(Hardware.ATARI8BIT, "altirra", Platform.OS_MACOSX, Platform.ARCH_X86_64, "Altirra/Altirra.sh");
add(Hardware.ATARI8BIT, "altirra", Platform.OS_WIN32,Platform.ARCH_X86, "Altirra/Altirra.exe");
add(Hardware.ATARI8BIT, "altirra", Platform.OS_WIN32, Platform.ARCH_X86_64, "Altirra/Altirra64.exe");
}

View File

@ -174,12 +174,11 @@
.ALIGN
.AND
.ARRAY
.BI
.BY
.BYTE
.DB
.DEF
.DS
.DW
.DWORD
.ECHO
.EEND