kolibrios/programs/develop/scc
vitalkrilov 46d9482bb0 Fixed misuse of "/rd/1" (changed to "/sys") for all other programs
git-svn-id: svn://kolibrios.org@9587 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-07 12:42:44 +00:00
..
example
cc1.c
cc2.c
cc3.c
cc4.c
CC1.ASM
CC2.ASM
CC3.ASM
CC4.ASM
cc.h
GETARG.ASM
GETARG.C
INTRINS.ASM
LIBSTD.ASM
Libstd.c
NOTICE.H
OSFUNC.ASM Remove some duplicates: proc32.inc, macros.inc, struct.inc, etc. 2017-12-20 00:51:00 +00:00
README.TXT Fixed misuse of "/rd/1" (changed to "/sys") for all other programs 2022-01-07 12:42:44 +00:00
SCC.ASM Fixed misuse of "/rd/1" (changed to "/sys") for all other programs 2022-01-07 12:42:44 +00:00
STDIO.H
Tupfile.lua Remove some duplicates: proc32.inc, macros.inc, struct.inc, etc. 2017-12-20 00:51:00 +00:00

 ##############################
#  SCC (simple c compiler)     #
#  port of CCOMP to KolibriOS  #
 ############################## 
# contact: jacekm.pl@gmail.com #
 ##############################

KNOWN BUGS:
	* only directiory /sys/ works

HISTORY:
	* 0.5.4:
		- output file extension was fixed
	* 0.5.3:
		- output dir fixed
	* 0.5.2:
		- static output file
	* 0.5.1:
		- first realase