added rcsid
changed instruction label format to allow more than 256 procedures
This commit is contained in:
parent
3169067979
commit
8af636a3c1
|
@ -1,3 +1,5 @@
|
|||
/* $Header$ */
|
||||
|
||||
#define ex_ap(y) fprintf(codefile,".extern %s\n",y)
|
||||
#define in_ap(y) /* nothing */
|
||||
|
||||
|
@ -8,7 +10,7 @@
|
|||
|
||||
#define cst_fmt "%d"
|
||||
#define off_fmt "%d"
|
||||
#define ilb_fmt "I%02x%x"
|
||||
#define ilb_fmt "I%03x%x"
|
||||
#define dlb_fmt "_%d"
|
||||
#define hol_fmt "hol%d"
|
||||
|
||||
|
|
Loading…
Reference in a new issue