summaryrefslogtreecommitdiffhomepage
path: root/samples
diff options
context:
space:
mode:
Diffstat (limited to 'samples')
-rw-r--r--samples/.cvsignore2
-rw-r--r--samples/bt.mixal6
-rw-r--r--samples/cbp.mixal1
3 files changed, 9 insertions, 0 deletions
diff --git a/samples/.cvsignore b/samples/.cvsignore
index bebe302..21be91e 100644
--- a/samples/.cvsignore
+++ b/samples/.cvsignore
@@ -1,7 +1,9 @@
Makefile
Makefile.in
+bt.mix
cardwr.dev
cbp.mix
+cbp.mls
disk0.dev
disk1.dev
disk2.dev
diff --git a/samples/bt.mixal b/samples/bt.mixal
new file mode 100644
index 0000000..00306ae
--- /dev/null
+++ b/samples/bt.mixal
@@ -0,0 +1,6 @@
+ ORIG 0
+BEG JMP *+1
+ JMP *+1
+FOO JMP BAR
+BAR HLT
+ END BEG
diff --git a/samples/cbp.mixal b/samples/cbp.mixal
index b436c8c..8c7b394 100644
--- a/samples/cbp.mixal
+++ b/samples/cbp.mixal
@@ -7,6 +7,7 @@ START ENTA 100
CMPA 1001 * cmp flag changed
CMPX 1000 * cmp flag changed
DIV 1002 * over toggle
+ HLT
END START