]> git.sur5r.net Git - cc65/commit
Added routines to handle command line params
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 10 Mar 2003 21:21:46 +0000 (21:21 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 10 Mar 2003 21:21:46 +0000 (21:21 +0000)
commit467d8ad9c5c870aa83dd8c801a2f9e7dde0d0c79
tree9d46e1e269af74bd1d42c9c672456b8bf9c09f0f
parent065b8f25965f6d9175a5e4c8fbd28c2fd9638c16
Added routines to handle command line params

git-svn-id: svn://svn.cc65.org/cc65/trunk@2012 b7a2c559-68d2-44c3-8de9-860c34a00d81
34 files changed:
libsrc/apple2/Makefile
libsrc/apple2/crt0.s
libsrc/apple2/mainargs.s [new file with mode: 0644]
libsrc/atmos/Makefile
libsrc/atmos/crt0.s
libsrc/atmos/mainargs.s [new file with mode: 0644]
libsrc/c128/Makefile
libsrc/c128/crt0.s
libsrc/c128/mainargs.s [new file with mode: 0644]
libsrc/c16/Makefile
libsrc/c16/crt0.s
libsrc/c16/mainargs.s [new file with mode: 0644]
libsrc/c64/Makefile
libsrc/c64/c64.inc
libsrc/c64/crt0.s
libsrc/c64/mainargs.s [new file with mode: 0644]
libsrc/cbm510/Makefile
libsrc/cbm510/crt0.s
libsrc/cbm510/mainargs.s [new file with mode: 0644]
libsrc/cbm610/Makefile
libsrc/cbm610/crt0.s
libsrc/cbm610/mainargs.s [new file with mode: 0644]
libsrc/geos/devel/Makefile
libsrc/geos/devel/crt0.s
libsrc/geos/devel/mainargs.s [new file with mode: 0644]
libsrc/pet/Makefile
libsrc/pet/crt0.s
libsrc/pet/mainargs.s [new file with mode: 0644]
libsrc/plus4/Makefile
libsrc/plus4/crt0.s
libsrc/plus4/mainargs.s [new file with mode: 0644]
libsrc/vic20/Makefile
libsrc/vic20/crt0.s
libsrc/vic20/mainargs.s [new file with mode: 0644]