Cross Assemblers

MSDOS » Development » Cross Assemblers

6805V

Summary: Assembler/emulator for Motorola 68HC705 micros
Download: 6805v108.zip (May 4 1995, 92K)




68ASMSIM

Summary: 68000 cross-assembler/simulator with C source
Download: 68asmsim.zip (Feb 22 1991, 142.7K)




A68Y

Summary: Assembler for MC68HC11 (conditional comp)
License: Freeware
Author: George Petrov
Email: George.Petrov@WriteMe.com
Download: a68y_512.zip (Oct 9 1998, 110K)
Description:
MS-DOS command line cross-assembler for MC68HC11 Microcontroller.
Include files and conditional compilation are implemented. Has
procedures and thus you could use local labels, which makes possible
to use some labels (like quit, loop and so on) in most procedures.
Generates binary files. Easy to port sources from as11 (another Freeware
assembler). Because MC6800/01/02 is a subset of MC68HC11 you could use
it to compile code for these processors too. Simple terminal emulator
and some other useful tools are included.




AS

Summary: Assembler for M6809/H6309 [1.30]
Download: as09_130.zip (Jan 31 2000, 60.4K)
Description:
AS09 [1.30] - Assembler for M6809/H6309 microprocessor.

Features:
- Fast two-pass assembly.
- Supports binary, s-records or Intel-hex output file formats.
- Optionally generates debug information file.
- Three segments (code, data, bss) for ROM-based programs.
- 'struct' keyword for easy declarations.
- Instruction cycle count in listing.
- Full conditional assembly with CPU identifying defines.
- C-style expressions, accept base 2...36, using either %, $ and 0x
prefixes or <base>#<value> format, 32-bit calculations.
- Full macro capability.
- Accepts full 6309 instruction set extensions to the M6809 (can be
enabled from the command line using -x option).
- Runs under MS-DOS 3.x+ or compatible systems.

New in version [1.30]:
- Now uses long file names when running in a Windows DOS box.
- Fixed bug in macro string parameters that contain quotes.
- Fixed obscure bug in expression evaluator.
- Added for, while and repeat looping constructs.
- Now checks for .s source file extension.
- Now accepts assignments that are not in column 1.
- Removed / as option character in DOS versions.




AS

Summary: Assembler for 8048/49/50 [1.30]
Download: as48_130.zip (Jan 31 2000, 50.4K)
Description:
AS48 [1.30] - Assembler for i8048/49/50 micro-controller.

Features:
- Fast two-pass assembly.
- Supports binary, s-records or Intel-hex output file formats.
- Optionally generates debug information file.
- Three segments (code, data, bss) for ROM-based programs.
- 'struct' keyword for easy declarations.
- Instruction cycle count in listing.
- Full conditional assembly with CPU identifying defines.
- C-style expressions, accept base 2...36, using either %, $ and 0x
prefixes or <base>#<value> format, 32-bit calculations.
- Full macro capability.
- Runs under MS-DOS 3.x+ or compatible systems.

New in version [1.30]:
- Now uses long file names when running in a Windows DOS box.
- Fixed bug in macro string parameters that contain quotes.
- Fixed bug with ALU operations taking immediate constant.
- Fixed obscure bug in expression evaluator.
- Added for, while and repeat looping constructs.
- Now checks for .s source file extension.
- Now accepts assignments that are not in column 1.
- Removed / as option character in DOS versions.




AS

Summary: Assembler for 6502/65SC02 [1.30]
Download: as65_130.zip (Jan 31 2000, 51K)
Description:
AS65 [1.30] - Assembler for 6502/65SC02 microprocessor.

Features:
- Fast two-pass assembly.
- Supports binary, s-records or Intel-hex output file formats.
- Optionally generates debug information file.
- Three segments (code, data, bss) for ROM-based programs.
- 'struct' keyword for easy declarations.
- Instruction cycle count in listing.
- Full conditional assembly with CPU identifying defines.
- C-style expressions, accept base 2...36, using either %, $ and 0x
prefixes or <base>#<value> format, 32-bit calculations.
- Full macro capability.
- Accepts 65SC02 instruction set extensions to the 6502 (can be enabled
from the command line using -x option).
- Runs under MS-DOS 3.x+ or compatible systems.

New in version [1.30]:
- Now uses long file names when running in a Windows DOS box.
- Fixed bug in macro string parameters that contain quotes.
- Fixed obscure bug in expression evaluator.
- Added for, while and repeat looping constructs.
- Now checks for .s source file extension.
- Now accepts assignments that are not in column 1.
- Removed / as option character in DOS versions.




AS

Summary: Assembler for 8080/8085/Z80 [1.30]
Download: as80_130.zip (Jan 31 2000, 59.1K)
Description:
AS80 [1.30] - Assembler for 8080/8085/Z80 microprocessor.

Features:
- Fast two-pass assembly.
- Supports binary, s-records or Intel-hex output file formats.
- Optionally generates debug information file.
- Three segments (code, data, bss) for ROM-based programs.
- 'struct' keyword for easy declarations.
- Instruction cycle count in listing.
- Full conditional assembly with CPU identifying defines.
- C-style expressions, accept base 2...36, using either %, #, $ and 0x
prefixes or <base>#<value> format, 32-bit calculations.
- Full macro capability.
- Accepts 8085,Z80 and Z180 instruction set extensions to the 8080 (can
be enabled from the command line using -x option)
- Runs under MS-DOS 3.x+ or compatible systems.

New in version [1.30]:
- Now uses long file names when running in a Windows DOS box.
- Fixed bug in macro string parameters that contain quotes.
- Fixed obscure bug in expression evaluator.
- Added for, while and repeat looping constructs.
- Now checks for .s source file extension.
- Now accepts assignments that are not in column 1.
- Removed / as option character in DOS versions.




AS

Summary: Assembler for M6800/6801/6802/6803 [1.30]
Download: as02_130.zip (Jan 31 2000, 49.8K)
Description:
AS02 [1.30] - Assembler for M6800/6801/6802/6803 microprocessor.

Features:
- Fast two-pass assembly.
- Supports binary, s-records or intel-hex output file formats.
- Optionally generates debug information file.
- Three segments (code, data, bss) for ROM-based programs.
- 'struct' keyword for easy declarations.
- Instruction cycle count in listing.
- Full conditional assembly with CPU identifying defines.
- C-style expressions, accept base 2...36, using either %, $ and 0x
prefixes or <base>#<value> format, 32-bit calculations.
- Full macro capability.
- Accepts 6801/6803 instruction set extensions to the M6800/6802 (can
be enabled from the commandline using -x option)
- Runs under MS-DOS 3.x+ or compatible systems.

New in version [1.30]:
- Now uses long file names when running in a Windows DOS box.
- Fixed bug in macro string parameters that contain quotes.
- Fixed obscure bug in expression evaluator.
- Added for, while and repeat looping constructs.
- Now checks for .s source file extension.
- Now accepts assignments that are not in column 1.
- Removed / as option character in DOS versions.




AS

Summary: Assembler for M6805 [1.30]
Download: as05_130.zip (Jan 31 2000, 49.5K)
Description:
AS05 [1.30] - Assembler for M6805 microprocessor.

Features:
- Fast two-pass assembly.
- Supports binary, s-records or Intel-hex output file formats.
- Optionally generates debug information file.
- Three segments (code, data, bss) for ROM-based programs.
- 'struct' keyword for easy declarations.
- Instruction cycle count in listing.
- Full conditional assembly with CPU identifying defines.
- C-style expressions, accept base 2...36, using either %, $ and 0x
prefixes or <base>#<value> format, 32-bit calculations.
- Full macro capability.
- Runs under MS-DOS 3.x+ or compatible systems.

New in version [1.30]:
- Now uses long file names when running in a Windows DOS box.
- Fixed bug in macro string parameters that contain quotes.
- Fixed obscure bug in expression evaluator.
- Added for, while and repeat looping constructs.
- Now checks for .s source file extension.
- Now accepts assignments that are not in column 1.
- Removed / as option character in DOS versions.




AS 8031/8051

Summary: Assembler for CPU, with C source
Download: as31.zip (Jan 21 1993, 48.5K)




AS11V

Summary: Assembler for Motorola 68HC11 MicroController
Download: as11v103.zip (Feb 4 1992, 31K)




ASEM

Summary: 8051 cross-assembler
Download: asem5112.zip (Feb 28 1996, 131.4K)




ASRD

Summary: Reads debugging information from asxx_130
Download: asrd_130.zip (Jan 31 2000, 13.3K)
Description:
ASRD [1.30] - Reads debugging information from ASxx assemblers.

For use with the assemblers called ASxx_130.ZIP from the same sources,
prints out debugging information from the binary debug information files
generated when the assembler is run with the -g option.




ASREF

Summary: Reference manual for MOTOASMS cross assembers
Download: asref.zip (Apr 15 1989, 20K)




ASSEMBLR 6502/6803/

Summary: Generic assembler
Download: assemblr.zip (Dec 17 1988, 50.4K)




C64ASM

Summary: Commodore 64 (6510) cross-assembler
Download: c64asm11.zip (Feb 28 1996, 88K)




EMBEDPC

Summary: Tools & source for embedded PC applications
Download: embedpc.zip (Feb 15 1994, 54.4K)




EPASM 8749

Summary: Assembler for Intel & other EPROM chips
Download: epasm13.zip (Mar 16 1992, 30.8K)




MA

Summary: Macro Cross Assemblers for 6805, 6809, 6502
License: Demos.
Download: ma226_2.zip (Jun 18 1999, 332.5K)
Description:
The Series II contains Macro Cross Assemblers for the Motorola 6800,
6803, 6805, 6809 and the Rockwell 6502 and 65C02. This software are
basic two-pass assemblers which supports macros, conditional assembly
and include files.

These powerful Macro Cross Assemblers for the MS-DOS operating system
support the complete instruction set and a complete set of directives.
These assemblers can produce formatted listing files and object code in
both the Intel Hex and the Motorola Hex formats.

These are demo versions of the Assemblers. They do not support macros,
conditional assembly and include files. The demo versions are also
limited to 200 lines of source code.




MA

Summary: Macro Cross Assemblers for 8051, 8085, Z80
License: Demos.
Download: ma226_1.zip (Jun 18 1999, 374.6K)
Description:
The Series I contains Macro Cross Assemblers for the Intel 8044, 8048,
8051/52, 8080, 8085, 8096, and the Zilog Z80 microprocessors. This
software are basic two-pass assemblers which supports macros,
conditional assembly and include files.

These powerful Macro Cross Assemblers for the MS-DOS operating system
support the complete instruction set and a complete set of directives.
These assemblers can produce formatted listing files and object code in
both the Intel Hex and the Motorola Hex formats.

These are demo versions of the Assemblers. They do not support macros,
conditional assembly and include files. The demo versions are also
limited to 200 lines of source code.




MCA

Version: 2.0
Summary: MCA Assembler for 8748 and 8749
License: Shareware
Author: John Wolfe
Email: jwolfe@bidcom.com
Homepage: http://members.xoom.com/jpwolfe/mca/
Download: mca.zip (Dec 21 1999, 27.8K)
Description:
MCA is an assembler for 8748 and 8749 micro computers.




MOTOASMS 6800/01/04

Summary: Motorola cross assemblers
Download: motoasms.zip (Sep 23 1989, 86.4K)




PCMAC

Summary: Two-pass symbolic cross assembler, w/linker
Download: pcmac.zip (Aug 10 1991, 88.6K)




PS18A 1802/1804/

Summary: RCA cross assembler
Download: ps18a12.zip (Mar 15 1987, 40.6K)




PS48A 8748

Summary: Intel cross assembler
Download: ps48a12.zip (Mar 15 1987, 43.7K)




PS51A 8751

Summary: Intel cross assembler
Download: ps51a123.zip (Mar 16 1987, 45.9K)




PS65A

Summary: 6502 cross assembler
Download: ps65a12.zip (Mar 15 1987, 41.6K)




PS685A

Summary: 6805 cross assembler
Download: ps685a12.zip (Mar 15 1987, 42.1K)




PS68A

Summary: 6800-03/08 cross assembler
Download: ps68a12.zip (Mar 15 1987, 42.6K)




PS69A

Summary: 6809 cross assembler
Download: ps69a12.zip (Mar 15 1987, 43.6K)




PS85A

Summary: 8085 cross assembler
Download: ps85a12.zip (Mar 15 1987, 41.6K)




PS96A

Summary: 8096 cross assembler
Download: ps96a12.zip (Mar 15 1987, 43.7K)




PSZ80A

Summary: 8086 Z80 Cross Assembler
Download: psz80a13.zip (Apr 7 1987, 46K)




SVASM 6502

Summary: Cross assembler for and 65C02
Download: svasm02.zip (May 23 1988, 29K)




T68K

Summary: 68000 cross development tools
License: Freeware
Author: David Lindauer, LADsoft
Email: camille@bluegrass.net
Homepage: http://www.ladsoft.com/index.htm
Download: t68k135e.zip (Jan 4 1999, 338.3K)
Description:
T68K is a complete cross-development package for the 68000. It is
intended for use in developing embedded systems. It includes an
assembler, a versatile linker which can be used to place target sections
of code/data anywhere in the memory space, a librarian, and a make
utility. Also included is the binary for the 68K version of my C
compiler. Documentation is now in ASCII text form. These tools use
IEEE695 object files.




T68K135S

Summary: T68K 68000 tools sources
License: Freeware
Author: David Lindauer, LADsoft
Email: camille@bluegrass.net
Homepage: http://www.ladsoft.com/index.htm
Download: t68k135s.zip (Jan 4 1999, 504.5K)
Description:
This is the sources to my 68000 cross-development package. Included are
an assembler, linker, librarian, and make utility.




TASM

Summary: Table-driven cross assembler, for many CPUs
Download: tasm301.zip (Jun 16 1994, 141.2K)




UASM 8051/6805

Summary: Cross assembler for/Z8, w/'C' src
Download: uasm.zip (Apr 9 1986, 66.3K)




XASM

Summary: Twelve cross assemblers (65xx, 68xx, 80xx)
Download: xasm220.zip (Feb 27 1994, 161.3K)






[ Home | Submit ]
[ Humor | Icons | Library | Manuals | Organizations | RFCs | Services | Software | Users ]

Copyright © 1997-2000 Ctrl Computer Systems. All rights reserved.
Comments: software@bookcase.com
Last updated: 07/05/03