Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rochester!dibble From: dibble@rochester.ARPA (Peter C. Dibble) Newsgroups: net.micro.6809 Subject: Re: C compiler compatability Message-ID: <20122@rochester.ARPA> Date: Wed, 13-Aug-86 11:46:51 EDT Article-I.D.: rocheste.20122 Posted: Wed Aug 13 11:46:51 1986 Date-Received: Thu, 14-Aug-86 04:27:03 EDT References: <847@abic.UUCP> Organization: U of Rochester, CS Dept., Rochester, NY Lines: 24 Summary: Most Level 1 software will work under L 2 In article <847@abic.UUCP>, harmon@abic.UUCP writes: > are available. My only concern is if my os9 Level I C and Pascal > compilers will work with os9 Level II. Does anyone know if I will be able > to use my old compilers with Level II? Can I buy an upgrade ? Or will I > have to buy new compilers to use with Level II os9 ? > > Larry Harmon There is only one version of Microware Pascal. It works on Level One or Two (There is another version for the 68K of course). The Microware distribution of the C compiler includes two versions. The level one version sacrifices speed for size. It has one more pass than the level two version. However, if you want, you can run the level one version on a level two system. I had to do that for some forgotten reason when I first got my C compiler. As a rule all programs that run under level one will run under level two and vice versa. The exceptions to this rule are programs that use the additional SVCs available under level two, and level one programs that reference addresses than won't be in their address space under level two. ... One other exception: some programs need the full 64k - delta address space available under level two. The level two C compiler is an example. Peter Dibble