diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2002-12-08 00:43:52 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2002-12-08 00:43:52 +0000 |
commit | 365e5cb3b416c52f236b24978e7d0a01f60b542e (patch) | |
tree | 0524dd003fa44a7ea70a6982ff1f6ffc16d7fbc0 | |
parent | 6ae8edc75e3cd01eb746612c9cbdc94ea36fdb4f (diff) | |
download | mdk-365e5cb3b416c52f236b24978e7d0a01f60b542e.tar.gz mdk-365e5cb3b416c52f236b24978e7d0a01f60b542e.tar.bz2 |
missing
-rw-r--r-- | samples/stress0.mixal | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/samples/stress0.mixal b/samples/stress0.mixal new file mode 100644 index 0000000..d87b743 --- /dev/null +++ b/samples/stress0.mixal @@ -0,0 +1,8 @@ + ORIG 1999 +ST NOP +* SYM EQU SYM+1 +SYM2 CON SYM2+1 +SYM3 ORIG SYM3+2 +SYM4 ENTA SYM4+1 + HLT +SYM5 END SYM5+1 |