You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Wayne Warthen a68ae0cd24
Minor Documentation Updates
6 months ago
..
u0 Add Hello World example programs 8 months ago
Readme.txt Minor Documentation Updates 6 months ago

Readme.txt

===== Microsoft Fortran-80 Compiler v.3.44 =====


This is Microsoft's implementation of the FORTRAN scientific-oriented high level
programming language. It was one of their early core languages developed for the
8-bit computers and later brought to the 8086 and IBM PC. In 1993 Microsoft
rebranded the product as Microsoft Fortran Powerstation. (Note: -80 refers to
the 8080/Z80 platform, not the language specification version)

The user manual is available in the Doc/Language directory,
Microsoft_FORTRAN-80_Users_Manual_1977.pdf

== Sample Application ==

This disk image includes a very small sample application called
HELLO.FOR that can be used to demonstrate the build process. The
following commands will build this sample application.

f80 hello,hello=hello
l80 hello,forlib/s,hello/n,/e:hellow