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
This commit is contained in:
Peter Dell 2023-04-23 14:13:13 +02:00
parent 030ce92027
commit 7ee6e0e2b0
2 changed files with 7 additions and 14 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

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