diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-03-27 23:12:35 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-03-27 23:12:35 +0000 |
commit | 6cf571366aa66ae4654006e98346e9a46ecd14fe (patch) | |
tree | 7c72907371ed98bae16d8f4f23ed1e9db9f452b7 /doc/ss_mixal.txt | |
parent | fa19db03d541cd1f38414da7654a523e22dbad69 (diff) | |
download | mdk-6cf571366aa66ae4654006e98346e9a46ecd14fe.tar.gz mdk-6cf571366aa66ae4654006e98346e9a46ecd14fe.tar.bz2 |
0.3 release
Diffstat (limited to 'doc/ss_mixal.txt')
-rw-r--r-- | doc/ss_mixal.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/ss_mixal.txt b/doc/ss_mixal.txt deleted file mode 100644 index 4ae0455..0000000 --- a/doc/ss_mixal.txt +++ /dev/null @@ -1,14 +0,0 @@ - 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 |