-

Changes

Jump to: navigation, search

UTILITIES PUBLIC DOCUMENT CC

31 bytes removed, 09:35, 25 August 2017
no edit summary
CC_en
 
CC - improved control program for HiTech-C and msx-dos2
You should get the following files:
;cc.com - :replacement for c.com;libdos2.lib - :IO-library using msx-dos2, source is in libdos.lzh ;vsh1.o ) ,vsh2.o,vsh3.o:variants of crt.o forvsh2.o ) - programs executing other programsvsh3.o ) see programssee vsh.txt for details;vsh.txt - :text about vsh?.o;redir.obj - :used in a work-around for -U bug in link.com ;cc.txt - :this text ;cc.c - :source for cc.com;vshrt.as - :source for vsh?.o;redir.as - :source for redir.obj;makefile;pack.bat
==Using cc==
You can invoke CC with:
cc <options> <files>
The following options are recognised:
;-CR[file] : produce cross refenerence file
;-O : optimise assembly code generated by CGEN with OPTIM
,;-O<file> : put output in <file>
;-I<dir> : passed to CPP as extra search-path for include files, only works for drives, the directory where cc.com is stored is always searched via APPEND environment variable
;-V : verbose mode, print out commands of subprocesses
added the code to execute a subprogram and then continue the main
program.
 

Navigation menu