]> Shamusworld >> Repos - rmac/blobdiff - dsp56k.c
Cleanup of codebase and initial commit of 56K assembler by ggn.
[rmac] / dsp56k.c
diff --git a/dsp56k.c b/dsp56k.c
new file mode 100644 (file)
index 0000000..50e8601
--- /dev/null
+++ b/dsp56k.c
@@ -0,0 +1,15 @@
+//
+// RMAC - Reboot's Macro Assembler for all Atari computers
+// DSP56K.C - General DSP56001 routines
+// Copyright (C) 199x Landon Dyer, 2011-2017 Reboot and Friends
+// RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986
+// Source utilised with the kind permission of Landon Dyer
+//
+
+#include "rmac.h"
+#include "dsp56k.h"
+
+DSP_ORG dsp_orgmap[1024];              // Mark all 56001 org changes
+DSP_ORG * dsp_currentorg = &dsp_orgmap[0];
+int dsp_written_data_in_current_org = 0;
+