Assorted changes after upgrading WebStorm and Node

This commit is contained in:
Jeff Parsons 2015-04-04 17:11:55 -07:00 committed by jeffpar
commit 17523bfbe8

View file

@ -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.