annotate level2/modules/dx.asm @ 1099:b77631456f91

Change to makefile
author roug
date Wed, 09 Apr 2003 19:02:19 +0000
parents 02a8ba2b9092
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
508
02a8ba2b9092 Added headers to most source files, added clock2_bb.asm
boisy
parents: 410
diff changeset
1 ********************************************************************
02a8ba2b9092 Added headers to most source files, added clock2_bb.asm
boisy
parents: 410
diff changeset
2 * DX - CC3Disk device descriptor
02a8ba2b9092 Added headers to most source files, added clock2_bb.asm
boisy
parents: 410
diff changeset
3 *
02a8ba2b9092 Added headers to most source files, added clock2_bb.asm
boisy
parents: 410
diff changeset
4 * $Id$
02a8ba2b9092 Added headers to most source files, added clock2_bb.asm
boisy
parents: 410
diff changeset
5 *
02a8ba2b9092 Added headers to most source files, added clock2_bb.asm
boisy
parents: 410
diff changeset
6 * Ed. Comments Who YY/MM/DD
02a8ba2b9092 Added headers to most source files, added clock2_bb.asm
boisy
parents: 410
diff changeset
7 * ------------------------------------------------------------------
02a8ba2b9092 Added headers to most source files, added clock2_bb.asm
boisy
parents: 410
diff changeset
8
410
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
9 nam DX
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
10 ttl CC3Disk device descriptor
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
11
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
12 * Disassembled 98/08/23 17:09:41 by Disasm v1.6 (C) 1988 by RML
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
13
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
14 ifp1
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
15 use defsfile
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
16 use rbfdefs
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
17 endc
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
18
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
19 tylg set Devic+Objct
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
20 atrv set ReEnt+rev
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
21 rev set $01
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
22
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
23 DNum set 0
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
24 Type set TYP.CCF+TYP.5
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
25 Density set DNS.MFM
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
26 Step set STP.6ms
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
27 Cyls set 35
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
28 Sides set 1
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
29 Verify set 1
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
30 SectTrk set 18
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
31 SectTrk0 set 18
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
32 Interlv set 3
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
33 SAS set 8
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
34
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
35 mod eom,name,tylg,atrv,mgrnam,drvnam
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
36
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
37 fcb DIR.!ISIZ.!SHARE.!PEXEC.!PWRIT.!PREAD.!EXEC.!UPDAT. mode byte
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
38 fcb HW.Page extended controller address
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
39 fdb $FF40 physical controller address
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
40 fcb initsize-*-1 initilization table size
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
41 fcb DT.RBF device type:0=scf,1=rbf,2=pipe,3=scf
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
42 fcb dnum drive number
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
43 fcb Step step rate
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
44 fcb Type drive device type
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
45 fcb Density media density:0=single,1=double
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
46 fdb Cyls number of cylinders (tracks)
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
47 fcb Sides number of sides
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
48 fcb Verify verify disk writes:0=on
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
49 fdb SectTrk # of sectors per track
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
50 fdb SectTrk0 # of sectors per track (track 0)
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
51 fcb Interlv sector interleave factor
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
52 fcb SAS minimum size of sector allocation
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
53 initsize equ *
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
54
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
55 ifne DD
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
56 name fcs /DD/
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
57 else
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
58 name fcc /D/
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
59 fcb 176+dnum
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
60 endc
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
61 mgrnam fcs /RBF/
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
62 drvnam fcs /CC3Disk/
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
63
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
64 emod
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
65 eom equ *
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
66 end
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
diff changeset
67