summaryrefslogtreecommitdiffstats
path: root/sdmaasm/SDMA_ASM.pro
diff options
context:
space:
mode:
Diffstat (limited to 'sdmaasm/SDMA_ASM.pro')
-rwxr-xr-xsdmaasm/SDMA_ASM.pro35
1 files changed, 35 insertions, 0 deletions
diff --git a/sdmaasm/SDMA_ASM.pro b/sdmaasm/SDMA_ASM.pro
new file mode 100755
index 0000000..2fff245
--- /dev/null
+++ b/sdmaasm/SDMA_ASM.pro
@@ -0,0 +1,35 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2010-08-24T13:42:36
+#
+#-------------------------------------------------
+
+QT += core
+
+QT -= gui
+
+TARGET = SDMA_ASM
+CONFIG += console
+CONFIG -= app_bundle
+
+TEMPLATE = app
+
+
+SOURCES += main.cpp \
+ instruction.cpp \
+ instructionlist.cpp \
+ instructionparser.cpp \
+ helpers.cpp
+
+HEADERS += \
+ instruction.h \
+ instructionlist.h \
+ instructionparser.h \
+ helpers.h
+
+OTHER_FILES += \
+ test.txt \
+ asm.txt \
+ sdma.inst \
+ readme.txt \
+ firmware.blob