8085 Cross Assembler: Difference between revisions
Appearance
Created page with "Open source assembler that allows you to create assembly language programs for the Intel 8085 micro controller and compatible devices from companies such as NXP, from ..." |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Open source assembler that allows you to create [[assembly language]] programs for the | 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== | ==Licence== | ||
Open source software released without a licence. | *Open source software released without a licence. | ||
*Author: [[Peter J. Moylan]] | |||
== | ==Links== | ||
* [ | * [ftp://ftp.pmoylan.org/software/as85.zip as85.zip] | ||
[[Category: | [[Category:Cross Assembler]][[Category:Open Source Software]] | ||
[[Category:Software written in Modula-2]][[Category:Software written in C]] | |||
[[Category:Open Source Software]] | |||
[[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