[LMH] I dumped out EXPT...

nyef@lisphacker.com nyef@lisphacker.com
Fri, 21 Oct 2005 20:46:27 +0100


Daniel Seagraves writes: 

> On Fri, 21 Oct 2005 nyef@lisphacker.com wrote: 
> 
>> I should probably see about souping up my disassembler. Mine can do symbol
>> substitution for memory locations (in A-, M-, and I- memory), but it's a
>> rather underused feature. I also have some code to re-disassemble a file to
>> regenerate the disassembly based on new symbol table entries while leaving
>> comments undisturbed. I should be able to rig that to operate on a region
>> instead...
> 
> Oh, is there symbol data here or did you get the symbol data from
> somewhere else?

No, no. I can assign a symbol once I figure out what something does. M-ZEROS 
and M-ONES are obvious, and I can assign (M-CONSTANT 2) and such. Or mark 
L-18 as SELFTEST-ERROR, as seen in my STBM disassembly. I assign the symbol, 
either in the disassembly or in a separate symbol table file, and then run 
the disassembly through the reprocessor to produce a new disassembly with 
the updated symbol references. 

 --Alastair Bridgewater