added rcsid

changed instruction label format to allow more than 256 procedures
This commit is contained in:
sater 1984-07-18 13:32:11 +00:00
parent 3169067979
commit 8af636a3c1

View file

@ -1,3 +1,5 @@
/* $Header$ */
#define ex_ap(y) fprintf(codefile,".extern %s\n",y) #define ex_ap(y) fprintf(codefile,".extern %s\n",y)
#define in_ap(y) /* nothing */ #define in_ap(y) /* nothing */
@ -8,7 +10,7 @@
#define cst_fmt "%d" #define cst_fmt "%d"
#define off_fmt "%d" #define off_fmt "%d"
#define ilb_fmt "I%02x%x" #define ilb_fmt "I%03x%x"
#define dlb_fmt "_%d" #define dlb_fmt "_%d"
#define hol_fmt "hol%d" #define hol_fmt "hol%d"