summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-03-25 22:06:45 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-03-25 22:06:45 +0000
commit2c691d6c5f52c27d104da67f14389d66990b54d9 (patch)
treea3d07ecfdc6efabc3cffb3cf9037a3f7c4418300
parent1c345e559710ec6200f7d508629bd24457a20a80 (diff)
downloadmdk-2c691d6c5f52c27d104da67f14389d66990b54d9.tar.gz
mdk-2c691d6c5f52c27d104da67f14389d66990b54d9.tar.bz2
info mode figure
-rw-r--r--doc/ss_mixal.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/ss_mixal.txt b/doc/ss_mixal.txt
new file mode 100644
index 0000000..4ae0455
--- /dev/null
+++ b/doc/ss_mixal.txt
@@ -0,0 +1,14 @@
+ address | source
+--------------------+----------------------------------------------------
+ | 001: * table of primes (taopc p. 148)
+ | 002: *
+ | 003: L EQU 500
+ | 004: OUTDEV EQU 20 the paper tape
+ | 005: PRIME EQU -1
+ | 006: BUF0 EQU 2000
+ | 007: BUF1 EQU BUF0+25
+ | 008: ORIG 3000
+3000: + 00 00 00 20 | 009: START IOC 0(OUTDEV)
+3001: + 32 02 00 05 | 010: LD1 =1-L=
+3002: + 32 03 00 05 | 011: LD2 =3=
+ | \ No newline at end of file