8085 Cross Assembler: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
==Version== | ==Version== | ||
* 8085 Cross Assembler (1998-06-05) | * 8085 Cross Assembler (1998-06-05) | ||
==Licence== | |||
*Open source software released without a licence. | |||
*Author: [[Peter J. Moylan]] | |||
==Links== | ==Links== | ||
* [ftp://ftp.pmoylan.org/software/as85.zip as85.zip] | * [ftp://ftp.pmoylan.org/software/as85.zip as85.zip] | ||
[[Category:Cross Assembler]][[Category:Open Source Software]] | |||
[[Category:Software written in Modula-2]][[Category:Software written in C]] | [[Category:Software written in Modula-2]][[Category:Software written in C]] |
Revision as of 12:11, 21 December 2017
Open source assembler that allows you to create assembly language programs for the Intel 8085 micro controllers and compatible devices from companies such as NXP, from a DOS and OS/2 hosts. The program comes with no documentation but full source code in Modula-2, in addition the OS/2 version also comes with an alternate version written in C.
Version
- 8085 Cross Assembler (1998-06-05)
Licence
- Open source software released without a licence.
- Author: Peter J. Moylan