X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcc65%2Fcodeinfo.h;h=b9f2a08c0b40324beaaf3a239b05bd60f1d757b5;hb=84f85293f1662f30b44f5caf1fae2b5d5b8be0f7;hp=87e7a1248957ff9e2cd61ddeea77d9b74e46698c;hpb=3c04d5777f95a6df47f9ea617e03aab6153fa9cc;p=cc65 diff --git a/src/cc65/codeinfo.h b/src/cc65/codeinfo.h index 87e7a1248..b9f2a08c0 100644 --- a/src/cc65/codeinfo.h +++ b/src/cc65/codeinfo.h @@ -82,6 +82,9 @@ void GetFuncInfo (const char* Name, unsigned char* Use, unsigned char* Chg); * load all registers. */ +int IsZPName (const char* Name); +/* Return true if the given name is a zero page symbol */ + unsigned char GetRegInfo (struct CodeSeg* S, unsigned Index); /* Determine register usage information for the instructions starting at the * given index.