diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-07-22 21:08:38 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-07-22 21:08:38 +0000 |
commit | dd2730739c3c1204ecee97aa936e84ad0f7c5b08 (patch) | |
tree | 8ae0e030e9884c144ed396f28f1b8acdd0a00c99 /samples | |
parent | 4b003474d25aa79508f392ea16533b738896856d (diff) | |
download | mdk-dd2730739c3c1204ecee97aa936e84ad0f7c5b08.tar.gz mdk-dd2730739c3c1204ecee97aa936e84ad0f7c5b08.tar.bz2 |
version 0.4
Diffstat (limited to 'samples')
-rw-r--r-- | samples/.cvsignore | 2 | ||||
-rw-r--r-- | samples/bt.mixal | 6 | ||||
-rw-r--r-- | samples/cbp.mixal | 1 |
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 |