title CP/M 2 emulator for CP/M 3 - the remover name ('CPM2DEL') ; A CP/M+ downgrade tool ; This program removes an RSX for emulation BDOS ans BIOS ; functions running CP/M Plus (CP/M 3.x) ; Type 'CPM2DEL' to install the RSX ; Type 'CPM2' to install the RSX ; Program based upon an idea from the Public Domain tool ; written by Jim Lopushinsky, March 22, 1984 ; Adapted by Werner Cirsovius ; Hohe Weide 44 ; D-2000 Hamburg 20 ; Tel.: 040/4223247 ; Version 1.0, March 1987 BDOS equ 0005h .rsx equ 60 ld c,.rsx ld de,KILL jp BDOS ; Simple kill it ; KILL: db 0 end