changed instruction label format to allow more than 256 procedures
This commit is contained in:
parent
a241500a91
commit
3169067979
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue