summaryrefslogtreecommitdiffhomepage
path: root/samples
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-03-27 23:12:35 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-03-27 23:12:35 +0000
commit84904bdb503d0a4788f1e5c4a19951b650f7e057 (patch)
tree1dc14ff691d59d98e2aaeff02170ccf4dadec6f6 /samples
parent5b6150ec2facaeab9245e2265a1be160dd17eb12 (diff)
downloadmdk-84904bdb503d0a4788f1e5c4a19951b650f7e057.tar.gz
mdk-84904bdb503d0a4788f1e5c4a19951b650f7e057.tar.bz2
0.3 release
Diffstat (limited to 'samples')
-rw-r--r--samples/stress2.mixal15
1 files changed, 4 insertions, 11 deletions
diff --git a/samples/stress2.mixal b/samples/stress2.mixal
index 4c7250d..0c4d7d6 100644
--- a/samples/stress2.mixal
+++ b/samples/stress2.mixal
@@ -1,14 +1,7 @@
ORIG 1999
ST NOP
-3H CON 10
- ENT1 *
- LDA 3B
-** rI1 is 2001, rA is 10. So far so good!
-3H ORIG 3B-1000
-** at this point 3H should
-** equal 2002, and the location counter should be 1000.
- ENT2 *
- LDX 3B
-** rI2 should be 1000, rX should be 2002 (I think...)
+SYM EQU SYM+1
+SYM2 CON SYM2+1
+SYM3 ORIG SYM3+2
HLT
- END ST
+SYM4 END SYM4+1