]> Shamusworld >> Repos - rmac/blobdiff - eagen.h
Add missing files. I hate when that happens! >:-U
[rmac] / eagen.h
diff --git a/eagen.h b/eagen.h
new file mode 100644 (file)
index 0000000..563e2e1
--- /dev/null
+++ b/eagen.h
@@ -0,0 +1,18 @@
+//
+// RMAC - Reboot's Macro Assembler for the Atari Jaguar Console System
+// EAGEN.H - Effective address generation for 68K
+// 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
+//
+
+#ifndef __EAGEN_H__
+#define __EAGEN_H__
+
+#include "rmac.h"
+
+int ea0gen(WORD);
+int ea1gen(WORD);
+
+#endif // __EAGEN_H__
+