Browse Source

removed some %0's

ceriel 37 years ago
parent
commit
04b514bdef
2 changed files with 2 additions and 2 deletions
  1. 1 1
      doc/cg.doc
  2. 1 1
      doc/ncg.doc

+ 1 - 1
doc/cg.doc

@@ -1121,7 +1121,7 @@ Example mach.h for the PDP-11
 
 #define cst_fmt		"$%d."
 #define off_fmt		"%d."
-#define ilb_fmt		"I%02x%x"
+#define ilb_fmt		"I%x_%x"
 #define dlb_fmt		"_%d"
 #define	hol_fmt		"hol%d"
 

+ 1 - 1
doc/ncg.doc

@@ -2097,7 +2097,7 @@ Example mach.h for the PDP-11
 
 #define cst_fmt	"$%d."
 #define off_fmt	"%d."
-#define ilb_fmt	"I%02x%x"
+#define ilb_fmt	"I%x_%x"
 #define dlb_fmt	"_%d"
 #define hol_fmt	"hol%d"