From 17523bfbe88d68e52770266d3541f4ab1a085dfd Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Sat, 4 Apr 2015 17:11:55 -0700 Subject: [PATCH] Assorted changes after upgrading WebStorm and Node --- devices/pc/bios/compaq/deskpro386/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/pc/bios/compaq/deskpro386/README.md b/devices/pc/bios/compaq/deskpro386/README.md index ac32ed857..20b058989 100644 --- a/devices/pc/bios/compaq/deskpro386/README.md +++ b/devices/pc/bios/compaq/deskpro386/README.md @@ -73,9 +73,9 @@ Then I massaged the output with a regex: ^([0-9A-F]+)\s+([0-9A-F]+)\s+(o32 |a32 |)([^\s]*) *(.*)$ --> \t$3$4\t$5\t\t\t; $1 $2 -Then I ran a TextOut command to clean up the code: +Then I ran custom TextOut command to clean up the code: node ~/Sites/pcjs/modules/textout/bin/textout --file=1988-01-28.nasm --nasm > t.nasm mv t.nasm 1988-01-28.nasm -To be continued.... +The result: [1988-01-28.nasm](1988-01-28.nasm). Now it needs a human touch.