README 698 B

123456789101112
  1. ASEM-51 is a two-pass macro assembler for the Intel MCS-51
  2. family of microcontrollers. It is running on the PC under MS-DOS,
  3. Windows and Linux. The ASEM-51 assembly language is a rich subset
  4. of the Intel standard that guarantees maximum compatibility with
  5. existing 8051 assembler sources. ASEM-51 can generate two sorts of
  6. object files: Intel-HEX format, which is directly accepted by most
  7. EPROM programmers, and absolute OMF-51 format, which is required
  8. for many simulators, emulators and target debuggers. Thus ASEM-51
  9. is suitable for small and medium MCS-51-based microcontroller
  10. projects in hobby, education and business. However, ASEM-51 has been
  11. designed to process also very large programs!