comparison level1/cmds/dcheck.asm @ 282:a93cf13ba28a

Changed /D0 references to /DD
author boisy
date Sun, 21 Jul 2002 21:09:24 +0000
parents e9ce43cc215e
children c155aac72190
comparison
equal deleted inserted replaced
281:dc8e5781c23f 282:a93cf13ba28a
4 * $Id$ 4 * $Id$
5 * 5 *
6 * Ed. Comments Who YY/MM/DD 6 * Ed. Comments Who YY/MM/DD
7 * ------------------------------------------------------------------ 7 * ------------------------------------------------------------------
8 * 4 From Tandy OS-9 Level One VR 02.00.00 8 * 4 From Tandy OS-9 Level One VR 02.00.00
9 * 5 Changed /D0 references to /DD BGP 02/07/21
9 10
10 nam dcheck 11 nam dcheck
11 ttl Check Disk File Structure 12 ttl Check Disk File Structure
12 13
13 * Disassembled 02/04/03 23:13:05 by Disasm v1.6 (C) 1988 by RML 14 * Disassembled 02/04/03 23:13:05 by Disasm v1.6 (C) 1988 by RML
18 19
19 start set $1A96 20 start set $1A96
20 tylg set Prgrm+Objct 21 tylg set Prgrm+Objct
21 atrv set ReEnt+rev 22 atrv set ReEnt+rev
22 rev set $01 23 rev set $01
24 edition set 5
23 25
24 mod eom,name,tylg,atrv,start,size 26 mod eom,name,tylg,atrv,start,size
25 u0000 rmb 2946 27 u0000 rmb 2946
26 size equ . 28 size equ .
27 29
5095 fcb $32 2 5097 fcb $32 2
5096 fcb $62 b 5098 fcb $62 b
5097 fcb $39 9 5099 fcb $39 9
5098 fcb $2F / 5100 fcb $2F /
5099 fcb $44 D 5101 fcb $44 D
5100 fcb $30 0 5102 fcb $44 D
5101 fcb $00 5103 fcb $00
5102 fcb $2F / 5104 fcb $2F /
5103 fcb $44 D 5105 fcb $44 D
5104 fcb $30 0 5106 fcb $44 D
5105 fcb $00 5107 fcb $00
5106 fcb $64 d 5108 fcb $64 d
5107 fcb $63 c 5109 fcb $63 c
5108 fcb $68 h 5110 fcb $68 h
5109 fcb $65 e 5111 fcb $65 e
10184 fcb $35 5 10186 fcb $35 5
10185 fcb $20 10187 fcb $20
10186 fcb $39 9 10188 fcb $39 9
10187 name equ * 10189 name equ *
10188 fcs /dcheck/ 10190 fcs /dcheck/
10189 fcb $04 10191 fcb edition
10192
10190 emod 10193 emod
10191 eom equ * 10194 eom equ *
10195 end