Lars Brinkhoff

Results 398 issues of Lars Brinkhoff

Create a framework for "container" files similar to work and file formats. A "container" in this context is a file or other medium containing other files. Common operations on containers...

If the instruction address isn't found in the symbol table, and it's close to the instruction location, disassemble it as `.±N`.

Add support for reading/writing BSYS tapes.

If the disassembler can't produce symbolic output for a word, try to process halfwords separately.

Add an option to output zero words in disassembly.

Two possible variations on ELF executable files. ELF64 would be the standard format with PDP-10 words padded out to 64 bits. Or maybe nonets padded out to 16 bits. Or...

The `tvpic` tool converts from a 576-pixel wide PNG to a raw TV picture. Extend this to also: - Convert from raw TV to PNG. - Identify files as TV...

There is currently an info.c blob which parses metadata from various file formats. The `_info` functions should be moved to the appropriate files, and `struct pdp10_file` should have a new...

Rather than writing extracted files to the current directory, it would be a nice option to make a new directory and put them there.

Improve how the symbol table is used for disassembly.

enhancement