New feature: startaddress

git-svn-id: svn://svn.cc65.org/cc65/trunk@1713 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-12-03 22:32:38 +00:00
parent 6156a8b472
commit df5132d31c
5 changed files with 107 additions and 19 deletions

View File

@@ -270,6 +270,7 @@ static void OptStartAddr (const char* Opt, const char* Arg)
/* Set the default start address */
{
StartAddr = CvtNumber (Opt, Arg);
HaveStartAddr = 1;
}