[LMH] I dumped out EXPT...

nyef@lisphacker.com nyef@lisphacker.com
Fri, 21 Oct 2005 16:52:52 +0100


Daniel Seagraves writes: 

> There's a dump and disassembly of EXPT at
> http://www.lunar-tokyo.net/~dseagrav/EXPT.txt 
> 
> It's just a dump of WCS when EXPT is loaded.

I have a similar file in my private collection, but I obviously used a 
different disassembler. I have since found that the disassembly isn't 
complete without a dump of A-Memory as well. There are a number of jump 
tables with indices in A-Memory, for example. 

Oh, and some parts of WCS actually contain ASCII data. Have a look at L-1134 
through L-1165 and L-13590 through L-15058. Runs about 6 characters to an 
I-Memory word (the top byte basically contains parity information, strings 
are NUL-terminated). 

 --Alastair Bridgewater