1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +00:00
cc65/samples/tutorial/sym1
2021-05-13 14:43:16 -05:00
..
build Synertek Systems Sym-1 machine-specific files 2021-05-09 16:34:53 -05:00
build_4k Synertek Systems Sym-1 machine-specific files 2021-05-09 16:34:53 -05:00
build_32k Synertek Systems Sym-1 machine-specific files 2021-05-09 16:34:53 -05:00
clean Synertek Systems Sym-1 machine-specific files 2021-05-09 16:34:53 -05:00
readme.txt Synertek Systems Sym-1 machine-specific files 2021-05-09 16:34:53 -05:00
symDisplay.c Remove TAB characters 2021-05-13 14:43:16 -05:00
symHello.c Synertek Systems Sym-1 machine-specific files 2021-05-09 16:34:53 -05:00
symIO.c Remove TAB characters 2021-05-13 14:43:16 -05:00
symNotepad.c Remove TAB characters 2021-05-13 14:43:16 -05:00
symTiny.c Synertek Systems Sym-1 machine-specific files 2021-05-09 16:34:53 -05:00

These  simple build scripts can be used to build any single-file  C  program
you  might write.  Notice the diference in the linker line for the 4k  build
compared  with the 32k build.   Small programs can be compiled  with  either
build  script,  but  they won't run on a 4k machine if compiled  for  a  32k
system.  So  if you have a program that's small enough to fit in 4k,  it  is
probably better to build with the 4k script so it will run on Sym-1 machines
that do not have an expansion memory board.

Usage: build <program>   (don't include the .c extension)
       clean <program>   (removes intermediate and output files)