]> Shamusworld >> Repos - rmac/blobdiff - dsp56k_amode.h
Version bump for last commit. :-)
[rmac] / dsp56k_amode.h
index d93f19019e5fd935216e1f57032f9332c13017b9..5f2d53f1729bfd7e44242a0c4c6cf41c31ed6a89 100644 (file)
@@ -1,7 +1,7 @@
 //
-// RMAC - Reboot's Macro Assembler for the Atari Jaguar Console System
+// RMAC - Renamed Macro Assembler for the Atari Jaguar Console System
 // DSP56K_AMODE.H - Addressing Modes for Motorola DSP56001
-// Copyright (C) 199x Landon Dyer, 2011-2020 Reboot and Friends
+// Copyright (C) 199x Landon Dyer, 2011-2021 Reboot and Friends
 // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986
 // Source utilised with the kind permission of Landon Dyer
 //
 
 // 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