X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=dsp56k_amode.h;h=5f2d53f1729bfd7e44242a0c4c6cf41c31ed6a89;hp=a462ccd34ae5cfa86346d2dd28d9448eb27d4140;hb=HEAD;hpb=cbc8347d4ffea164ca05b03e4e3be39945be8777 diff --git a/dsp56k_amode.h b/dsp56k_amode.h index a462ccd..5f2d53f 100644 --- a/dsp56k_amode.h +++ b/dsp56k_amode.h @@ -73,15 +73,15 @@ // DSP EA modes -#define DSP_EA_POSTDEC B8(00000000) -#define DSP_EA_POSTINC B8(00001000) -#define DSP_EA_POSTDEC1 B8(00010000) -#define DSP_EA_POSTINC1 B8(00011000) -#define DSP_EA_NOUPD B8(00100000) -#define DSP_EA_INDEX B8(00101000) -#define DSP_EA_PREDEC1 B8(00111000) -#define DSP_EA_ABS B8(00110000) -#define DSP_EA_IMM B8(00110100) +#define DSP_EA_POSTDEC 0b00000000 +#define DSP_EA_POSTINC 0b00001000 +#define DSP_EA_POSTDEC1 0b00010000 +#define DSP_EA_POSTINC1 0b00011000 +#define DSP_EA_NOUPD 0b00100000 +#define DSP_EA_INDEX 0b00101000 +#define DSP_EA_PREDEC1 0b00111000 +#define DSP_EA_ABS 0b00110000 +#define DSP_EA_IMM 0b00110100 // Mnemonic table structure