mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-21 18:29:40 +00:00
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:
parent
030ce92027
commit
7ee6e0e2b0
@ -352,6 +352,12 @@
|
|||||||
title="Define _a_r_r_a_y"
|
title="Define _a_r_r_a_y"
|
||||||
type="BEGIN_FOLDING_BLOCK_DIRECTIVE"
|
type="BEGIN_FOLDING_BLOCK_DIRECTIVE"
|
||||||
proposal=".ARRAY _\n.ENDA"/>
|
proposal=".ARRAY _\n.ENDA"/>
|
||||||
|
<directive
|
||||||
|
targets="*"
|
||||||
|
name=".BI"
|
||||||
|
title="Define _b_inary bytes"
|
||||||
|
type="DIRECTIVE"
|
||||||
|
proposal=".BI _"/>
|
||||||
<directive
|
<directive
|
||||||
targets="*"
|
targets="*"
|
||||||
name=".BY"
|
name=".BY"
|
||||||
@ -364,12 +370,6 @@
|
|||||||
title="Define _b_y_t_es"
|
title="Define _b_y_t_es"
|
||||||
type="DIRECTIVE"
|
type="DIRECTIVE"
|
||||||
proposal=".BYTE _"/>
|
proposal=".BYTE _"/>
|
||||||
<directive
|
|
||||||
targets="*"
|
|
||||||
name=".DB"
|
|
||||||
title="_Define _bytes"
|
|
||||||
type="DIRECTIVE"
|
|
||||||
proposal=".DB _"/>
|
|
||||||
<directive
|
<directive
|
||||||
targets="*"
|
targets="*"
|
||||||
name=".DEF"
|
name=".DEF"
|
||||||
@ -382,12 +382,6 @@
|
|||||||
title="_Define _space"
|
title="_Define _space"
|
||||||
type="DIRECTIVE"
|
type="DIRECTIVE"
|
||||||
proposal=".DS _"/>
|
proposal=".DS _"/>
|
||||||
<directive
|
|
||||||
targets="*"
|
|
||||||
name=".DW"
|
|
||||||
title="_Define _words"
|
|
||||||
type="DIRECTIVE"
|
|
||||||
proposal=".DW _"/>
|
|
||||||
<directive
|
<directive
|
||||||
targets="*"
|
targets="*"
|
||||||
name=".DWORD"
|
name=".DWORD"
|
||||||
|
@ -174,12 +174,11 @@
|
|||||||
.ALIGN
|
.ALIGN
|
||||||
.AND
|
.AND
|
||||||
.ARRAY
|
.ARRAY
|
||||||
|
.BI
|
||||||
.BY
|
.BY
|
||||||
.BYTE
|
.BYTE
|
||||||
.DB
|
|
||||||
.DEF
|
.DEF
|
||||||
.DS
|
.DS
|
||||||
.DW
|
|
||||||
.DWORD
|
.DWORD
|
||||||
.ECHO
|
.ECHO
|
||||||
.EEND
|
.EEND
|
||||||
|
Loading…
Reference in New Issue
Block a user