This page (revision-7) was last changed on 03-Feb-2023 15:21 by Roland B. Wassenberg 

This page was created on 08-Mar-2019 21:27 by Roland B. Wassenberg

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
7 03-Feb-2023 15:21 1 KB Roland B. Wassenberg to previous
6 08-Mar-2019 21:46 1 KB Roland B. Wassenberg to previous | to last
5 08-Mar-2019 21:43 1 KB Roland B. Wassenberg to previous | to last
4 08-Mar-2019 21:43 1 KB Roland B. Wassenberg to previous | to last
3 08-Mar-2019 21:42 1 KB Roland B. Wassenberg to previous | to last
2 08-Mar-2019 21:40 1 KB Roland B. Wassenberg to previous | to last
1 08-Mar-2019 21:27 183 bytes Roland B. Wassenberg to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 3 added 8 lines
\\
There are 2 EXE files:\\
\\
MCASM.EXE\\
\\
and\\
\\
MCLINK.EXE
At line 12 added 24 lines
!!EXE files
* [MC.zip]
!!References
--- Freeware Release ---\\
\\
Usage: [[options] [[sourcefile[[ ]]\\
\\
Options are ("-" - disable, "+" or none - enable):\\
\\
/D[[+|-] - place or not debug info in the file (default is /D+)\\
/W[[+|-] - enable or not warning messages (default is /W+)\\
/L[[+|-] - generate or not the file (default is /L+)\\
/T[[+|-] - swap or not the file to disk (default is /T-)\\
/Mnnnn - restrict macro recursion depth (default is /M100)\\
/Rnnnn - restrict repeat block repetitions (default is /R500)\\
/Ix;x;... - assign include directories\\
/Ox - assign object directory\\
/Zx - assign temporary directory (has no effect with /T-)\\
/Kn - assign COM port (1-4) for key device (default is /K1)\\
/H or /? - show this information\\
\\
Command line argument order and case are both don't care.\\
Missing source file will be prompted.