home *** CD-ROM | disk | FTP | other *** search
- ; BIOSCPM.INC - 3/9/86 - CP/M addresses
-
- ; Where the code is located in RAM
-
- memsize equ 60
- ccp equ 3400h+(memsize-20)*1024
- ccp$len equ 800h
- bdos$len equ 0e00h
- bdos equ ccp+ccp$len
- bios equ bdos+bdos$len
-
- ; Where things are on the boot disc.
-
- cpmtrk equ 0
- cpmsec equ 2
- boottrk equ 0
- bootsec equ 1
- bootorg equ 80h
- biostrk equ 1
- biossec equ 20