2.1.1.3.1.2. CP/M BIOS System Call Entry Points
jmp     BOOT            ;cold boot
jmp     WBOOT           ;warm boot
jmp     CONST           ;console status
jmp     CONIN           ;console input
...
jmp     HOME            ;disk head to track 0
...
jmp     SETDMA          ;set memory transfer address
jmp     READ            ;read sector
jmp     WRITE           ;write sector