]> Shamusworld >> Repos - rmac/blobdiff - amode.h
ELF support for RMAC.
[rmac] / amode.h
diff --git a/amode.h b/amode.h
index 5632fe9a26139380c4c8c5d095a7194932d9297a..d0eb7706be6aeb5f830bee8394e415908a74154a 100644 (file)
--- a/amode.h
+++ b/amode.h
@@ -1,9 +1,9 @@
 //
 // RMAC - Reboot's Macro Assembler for the Atari Jaguar Console System
 // AMODE.H - Addressing Modes
-// Copyright (C) 199x Landon Dyer, 2011 Reboot and Friends
+// Copyright (C) 199x Landon Dyer, 2017 Reboot and Friends
 // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986
-// Source Utilised with the Kind Permission of Landon Dyer
+// Source utilised with the kind permission of Landon Dyer
 //
 
 #ifndef __AMODE_H__
@@ -39,7 +39,7 @@
 #define M_DREG       0x00000001L               // Dn
 #define M_AREG       0x00000002L               // An
 #define M_AIND       0x00000004L               // (An)
-#define M_APOSTINC   0x00000008L               // (An)+ 
+#define M_APOSTINC   0x00000008L               // (An)+
 #define M_APREDEC    0x00000010L               // -(An)
 #define M_ADISP      0x00000020L               // (d16,An) d16(An)
 #define M_AINDEXED   0x00000040L               // (d8,An,Xn) d8(An,Xn)