1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +00:00
cc65/targettest/sym1
2021-06-06 23:20:54 +01:00
..
build First round of requested code changes 2021-06-06 23:20:54 +01:00
build_4k First round of requested code changes 2021-06-06 23:20:54 +01:00
build_32k First round of requested code changes 2021-06-06 23:20:54 +01:00
clean First round of requested code changes 2021-06-06 23:20:54 +01:00
readme.txt First round of requested code changes 2021-06-06 23:20:54 +01:00
symDisplay.c First round of requested code changes 2021-06-06 23:20:54 +01:00
symHello.c First round of requested code changes 2021-06-06 23:20:54 +01:00
symIO.c First round of requested code changes 2021-06-06 23:20:54 +01:00
symNotepad.c First round of requested code changes 2021-06-06 23:20:54 +01:00
symTiny.c First round of requested code changes 2021-06-06 23:20:54 +01: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)