8085 Cross Assembler: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Open source assembler that allows you to create [[assembly language]] programs for the Intel 8085 | Open source assembler that allows you to create [[assembly language]] programs for the Intel 8085 microcontrollers 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== | ==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]] |
Latest revision as of 23:36, 14 September 2022
Open source assembler that allows you to create assembly language programs for the Intel 8085 microcontrollers 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