diff --git a/emulator/Pow2.html b/emulator/Pow2.html
index 449a01a..3cbf4d4 100644
--- a/emulator/Pow2.html
+++ b/emulator/Pow2.html
@@ -4,18 +4,18 @@
var x;
var p=1;
-document.write("pow2 = [1");
+document.write("pow2 = [0x1");
for (x=1; x<=52; x++) {
p += p;
- document.write(", " + p);
+ document.write(", 0x" + p.toString(16));
}
document.writeln("]");
p = 1;
-document.write("mask2 = [0");
+document.write("mask2 = [0x0");
for (x=1; x<=52; x++) {
p += p;
- document.write(", " + (p-1));
+ document.write(", 0x" + (p-1).toString(16));
}
document.writeln("]");
diff --git a/tools/B5500LibMaintExtract.html b/tools/B5500LibMaintExtract.html
index 371a3bc..0e56f92 100644
--- a/tools/B5500LibMaintExtract.html
+++ b/tools/B5500LibMaintExtract.html
@@ -27,11 +27,18 @@
* at the start of a physical tape block. Tape marks (EOF) are indicated by a
* block containing a single 0x8F byte.
*
+* The extraction process is driven by the tape directory at the beginning of
+* the tape volume. Continuation "reels" are not currently supported.
+*
* To use, select the .bcd file using the file selection control on the page.
* The script writes a log of activity to the web page.
*
-* The extraction process is driven by the tape directory at the beginning of
-* the tape volume. Continuation "reels" are not currently supported.
+* This version outputs the converted data by opening a browser window for
+* each file and inserting the converted text into a