summaryrefslogtreecommitdiff
path: root/travis/test/absolute.json
diff options
context:
space:
mode:
Diffstat (limited to 'travis/test/absolute.json')
-rw-r--r--travis/test/absolute.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/travis/test/absolute.json b/travis/test/absolute.json
new file mode 100644
index 00000000..6a6a9468
--- /dev/null
+++ b/travis/test/absolute.json
@@ -0,0 +1,8 @@
+{
+ "description": "Check absolute addressing",
+ "format": "bin",
+ "source": "absolute.asm",
+ "target": [
+ { "output": "absolute.bin" }
+ ]
+}