Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!princeton!caip!brl-adm!brl-smoke!ucdavis!clover!hildum@ucb-vax.ARPA From: hildum@ucb-vax.ARPA Newsgroups: net.micro.cpm Subject: Misusing Z80 registers Message-ID: <1204@brl-smoke.ARPA> Date: Sun, 8-Jun-86 16:48:31 EDT Article-I.D.: brl-smok.1204 Posted: Sun Jun 8 16:48:31 1986 Date-Received: Fri, 20-Jun-86 04:17:11 EDT Sender: news@brl-smoke.ARPA Lines: 8 If you assume that a program should save the ix, iy, af', etc registers before calling the operating system, then Turbo Pascal falls into the catagory of misusing registers. It expects the index registers to be saved by the operating system, which, unfortunately, my VT180 does not do. This causes the find and replace operations in the turbo editor to fail. Eric Hildum