changed instruction label format to allow more than 256 procedures

This commit is contained in:
sater 1984-07-18 13:28:01 +00:00
parent a241500a91
commit 3169067979

View file

@ -10,7 +10,7 @@
#define cst_fmt "$0%o"
#define off_fmt "0%o"
#define ilb_fmt "I%02x%x"
#define ilb_fmt "I%03x%x"
#define dlb_fmt "_%d"
#define hol_fmt "hol%d"