diff options
author | R. S. Ananda Murthy <rsamurti@gmail.com> | 2014-06-23 23:51:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-23 23:52:40 +0700 |
commit | d8311f48106e47ce6b8ca32c7c699ca360f61b27 (patch) | |
tree | 3ca201501bf976f36d780ffc4a747c3d4a65e31b /development/asem51/README | |
parent | a73a20284759165580e87e68caa1c0d2029986a8 (diff) |
development/asem51: Added (Macro Assembler).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/asem51/README')
-rw-r--r-- | development/asem51/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development/asem51/README b/development/asem51/README new file mode 100644 index 000000000000..1e62cc69d68d --- /dev/null +++ b/development/asem51/README @@ -0,0 +1,11 @@ +ASEM-51 is a two-pass macro assembler for the Intel MCS-51 +family of microcontrollers. It is running on the PC under MS-DOS, +Windows and Linux. The ASEM-51 assembly language is a rich subset +of the Intel standard that guarantees maximum compatibility with +existing 8051 assembler sources. ASEM-51 can generate two sorts of +object files: Intel-HEX format, which is directly accepted by most +EPROM programmers, and absolute OMF-51 format, which is required +for many simulators, emulators and target debuggers. Thus ASEM-51 +is suitable for small and medium MCS-51-based microcontroller +projects in hobby, education and business. However, ASEM-51 has been +designed to process also very large programs! |