|
Language:
|
MIL-STD-1750 assembly
|
|---|
|
Version:
|
0.8
|
|---|
|
Parts:
|
assembler and linker (monolithic)
|
|---|
|
Author:
|
Oliver M. Kellogg <okellogg@cube.net>
|
|---|
|
Location:
|
ftp://ftp.fta-berlin.de/pub/crossgcc/1750gals/as1750-0.7.tar.gz
|
|---|
|
Description:
|
Simple assembler for the MIL-STD-1750 (A and B) instruction
set. This is the assembler used by gcc-1750a.
Assembly and linkage are not separate passes: load modules
are generated directly from sources, without object files.
|
|---|
|
Features:
|
- +
produces Tektronix Extended Hex or TLD LDM load modules
- +
parameterized macros (MACRO/ENDMACRO)
- +
macro variables (SET)
- +
macro expressions with operators as in the C language
- +
conditional assembly (IF/ELSIF/ELSE/ENDIF)
- +
repeated assembly (WHILE/ENDWHILE)
- +
small and fast
- -
no linker control directive file, the only means of
linkage control is via ORG statements
|
|---|
|
Restriction:
|
GNU General Public License
|
|---|
|
Requires:
|
32-bit ANSI C compiler (gcc is just fine)
|
|---|
|
Ports:
|
Unix, VMS, DOS
|
|---|
|
Status:
|
actively developed
|
|---|
|
Announcements:
|
The Cross-GCC List <crossgcc@prosun.first.gmd.de>
|
|---|
|
Updated:
|
June 24th, 1995
|
|---|