0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bootsector stores "code offset" of start of ML bytes within the sector. More... about 15 years ago
More bootsector symbols. More... about 15 years ago
Adding bootsector support to gdis. More... about 15 years ago
Bootsectors should use 128 tables. More... about 15 years ago
Adding C128 Kernal defines. More... about 15 years ago
Bootsector sample (from Wasteland Master1) and command-line. More... about 15 years ago
Style fix. More... about 15 years ago
dir.py can now extract individual sectors (mostly useful for getting at a bootsector), but needs a better interface for this. More... about 15 years ago
Refactor show/extract prg files. More... about 15 years ago
Basic detokenizer document. More... about 15 years ago
Start_address More... about 15 years ago
Moved gdis args into submodule. More... about 15 years ago
Cleanup More... about 15 years ago
Readme More... about 15 years ago
Readme More... about 15 years ago
Added some more comments to the demo. More... about 15 years ago
Added comments support (as eval'd strings for now.) More... about 15 years ago
Fixed byte-offset error in disassembly, but it's still kind of a hack and needs work. More... about 15 years ago
Adding symbol file for prodos. More... about 15 years ago
Datablocks are defined with starting address, not file-byte offset, and now include comments. More... about 15 years ago
Added reset test. More... about 15 years ago
Added ByteStream.reset to be able to reposition the stream. More... about 15 years ago
Notes More... about 15 years ago
Todo More... about 15 years ago
Refactor gdis main(); need to research suggested main() layout. Want to be able to run gdis as an app or use it as a module... More... about 15 years ago
gdis now supports parsing BASIC headers from mixed BASIC/ML programs. More... about 15 years ago
p.sh is just the command-line needed to run gdis on PRODOS.prg More... about 15 years ago
"PRODOS.prg" is the Wasteland bootloader, using this to demo gdis support for BASIC headers in ML programs. More... about 15 years ago
* bootsector was pulling ByteStream from old location * dir now supports -e / --extract to save a file instead of listing it. More... about 15 years ago
Refactor: Moved ByteStream class to separate file. More... about 15 years ago