home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / pcpursut / pcpdat.ark / -PCPDAT.INF next >
Text File  |  1988-02-04  |  1KB  |  62 lines

  1. Pc-Pursuit(tm) Information
  2. ASM and object file format
  3.  
  4. Mnemonics, Area Codes, and valid dialing exchanges
  5. For search and/or dialer programs
  6.  
  7.  
  8. PCP.DAT (object file) format:
  9.  
  10.     5 bytes [asc]:  mnemonic (ex: GAATL)
  11.     5 bytes [asc]:  dialing prefix, if needed (else '-----')
  12.     2 bytes [bin]:  area code (stored DW form, LSB first)
  13.     X bytes [bin]:  valid dialing exchanges (2 bytes [bin] each, DW form)
  14.                       within this area code
  15.     2 bytes [bin]:  0000, marks end of data for this area code
  16.  
  17.  
  18. PCPDAT.ASM format:
  19.  
  20.     Labels in the source file have the form "XXXYYY:" where
  21.  
  22.     XXX is the three letter abbreviation for the city name, and
  23.     YYY is the area code for the subsequent block of data.
  24.  
  25.     Data is organized first alphabetical by city, then area code,
  26.     and finally by valid dialing exchanges.
  27.  
  28.  
  29. Symbol offset
  30.  
  31. 0000 ATL404
  32. 0250 BOS617
  33. 0452 CHI312
  34. 09B2 CHI815
  35. 09EA CLV216
  36. 0B5E DAL214
  37. 0E10 DAL817
  38. 0E66 DEN303
  39. 105A DET313
  40. 11B8 GLE818
  41. 12E6 HOU713
  42. 1624 LAN213
  43. 197A MIA305
  44. 1B10 MIL414
  45. 1C3E MIN612
  46. 1E50 NEW201
  47. 1F64 NYO212
  48. 239E NYO718
  49. 2644 PHI215
  50. 28B4 PHO602
  51. 2AA6 POR503
  52. 2BB2 RTP919
  53. 3164 SEA206
  54. 2D44 SFA415
  55. 2FDA SJO408
  56. 3126 SJO415
  57. 2C6E SLC801
  58. 32E2 TAM813
  59. 33B4 WAS202
  60. 356E WAS301
  61. 36E0 WAS703
  62.