Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!burl!codas!mtune!ariel!caelum!io!alan From: alan@io.UUCP Newsgroups: comp.lang.pascal Subject: Linking assembly with Turbo Pascal Message-ID: <245@io.UUCP> Date: Mon, 23-Mar-87 10:17:37 EST Article-I.D.: io.245 Posted: Mon Mar 23 10:17:37 1987 Date-Received: Wed, 25-Mar-87 06:00:22 EST Organization: AT&T IS Labs, Middletown NJ USA Lines: 11 I have just purchased Turbo Pascal for my pc compatible. I have written an assembly language piece of code, assembled it, linked it, and converted it to a .com file. It runs standalone, however when I declare it an external in Turbo it does not run properly. I am trying to access the character font rom in BIOS using es. What does one have to save in the way of registers to use a data segment within the assembly language function? If you have a working example I would greatly appreciate it. Thanks in advance.