home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / packet / rli120.ark / BIOSCPM.INC next >
Text File  |  1986-08-12  |  384b  |  21 lines

  1. ; BIOSCPM.INC - 3/9/86 - CP/M addresses
  2.  
  3. ; Where the code is located in RAM
  4.  
  5. memsize        equ    60
  6. ccp        equ    3400h+(memsize-20)*1024
  7. ccp$len        equ    800h
  8. bdos$len    equ    0e00h
  9. bdos        equ    ccp+ccp$len
  10. bios        equ    bdos+bdos$len
  11.  
  12. ; Where things are on the boot disc.
  13.  
  14. cpmtrk        equ    0
  15. cpmsec        equ    2
  16. boottrk        equ    0
  17. bootsec        equ    1
  18. bootorg        equ    80h
  19. biostrk        equ    1
  20. biossec        equ    20
  21.