home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / CPMUG / CPMUG038.ARK / SKEW3PAT.ASM < prev    next >
Assembly Source File  |  1984-04-29  |  500b  |  25 lines

  1. ;
  2. ; TITLE        patch for speed.com and fast.com for
  3. ;        skew factor of 3
  4. ; FILENAME    SKEW3PAT.ASM
  5. ; AUTHOR    Robert A. Van Valzah  11/19/79
  6. ;
  7.     ORG    139H        ;track buffer skew table
  8.     DB    24, 21, 18, 15
  9.     DB    12, 09, 06, 03
  10.     DB    26, 23, 20, 17
  11.     DB    14, 11, 08, 05
  12.     DB    02, 25, 22, 19
  13.     DB    16, 13, 10, 07
  14.     DB    04, 01
  15.     DB    0        ;end of table marker
  16. ;
  17.     ORG    174H        ;directory buffer skew table
  18.     DB    15, 09, 03, 23
  19.     DB    19, 13, 07, 02
  20.     DB    25, 21, 17, 14
  21.     DB    11, 08, 05, 01
  22.     DB    0        ;end of table marker
  23. ;
  24.     end
  25.