[comp.newprod] Sparc-hosted C Cross Compilers available

clyde@hitech.ht.oz.au (Clyde Smith-Stubbs) (03/20/91)

HI-TECH Software announces the availability of its C
Cross compilers for Sun-4 and other Sparc based systems.
C Cross Compilers are available for the following chips:

Intel:		8086, 80186, 80286, 80386 and 80486
		8051 family
		8096 and 80C196

Motorola:	68000, 68010 and 68020
		6801, 68HC11
		6809

Hitachi:	6301 and 6303
		64180

Zilog:		Z80 and Z180

All compilers are fully ANSI compliant and include the
compiler, a macro assembler, linker, librarian, cross
reference and object conversion utility. Most compilers
come with a remote source level debugger that can be
interfaced with a target system via a serial line.

Full library source code is provided with all compilers.
Extensions such as near and far qualifiers are implemented
for those chips with multiple address spaces, e.g. the 8051
compiler supports 3 memory models, with near and far
qualifiers, to allow code to execute using only on-chip
RAM, with external RAM, or with external RAM and stack.

All compilers support interrrupt functions that can be
called directly by a hardware interrupt. All allow I/O
ports to be accessed directly from C without function
calls.

All compilers support IEEE floating point. The 8 bit chips
implement 32 bit floating point, the others 32 and 64
bit floats.

STDIO libraries are provided that can be used with a
simple serial port.

Generated code is small and fast. Our code size is
consistently smaller than that produced by competitive
compilers, for example the Z80 compiler produces code
that is typically 30% smaller than other Z80 compilers
can produce.

Versions of these compilers are also available for MS-DOS,
Xenix, 386 Unix and Sun-3 systems.

Prices range from AUS$695.00 (DOS systems) to AUS$1295.00
(Sparc systems). 12 months updates are provided free (except
for a handling/media charge).

Contact us now by fax, phone or e-mail for further information.

-- 
Clyde Smith-Stubbs	 | HI-TECH Software,	   | Voice: +61 7 300 5011
clyde@hitech.ht.oz.au	 | P.O. Box 103, Alderley, | Fax:   +61 7 300 5246
...!nwnexus!hitech!clyde | QLD, 4051, AUSTRALIA.   | BBS:   +61 7 300 5235
Hick's Law of Systems Programming: Don't test for errors you can't handle.