Commit Graph

326 Commits

Author SHA1 Message Date
Rob McMullen
5266c5837d Added clear_comment utility method 2016-04-11 11:36:55 -07:00
Rob McMullen
218cfeafe8 Changed get_comment to return empty string instead of None 2016-04-09 16:34:08 -07:00
Rob McMullen
9835c0521f Added text comments 2016-04-05 22:55:08 -07:00
Rob McMullen
d8236e4edd Added pseudo-serialization for segments, and unit test 2016-04-05 15:48:24 -07:00
Rob McMullen
5465edcfdf Added error checking for valid VTOC 2016-03-28 15:48:46 -07:00
Rob McMullen
66e7c14ddb Changed permissions to 644 2016-03-25 16:09:29 -07:00
Rob McMullen
c8ccd73779 Added SegmentData class and updated to version 2.5.0 in preparation for adding comments 2016-03-25 16:08:50 -07:00
Rob McMullen
3c2f6df828 Added clear_style_ranges 2016-03-10 10:34:12 -08:00
Rob McMullen
31085bd83e Update version to 2.4.0 2016-03-06 22:27:05 -08:00
Rob McMullen
44341691f0 Added bool_to_ranges to convert numpy boolean result to list of ranges 2016-03-06 21:38:59 -08:00
Rob McMullen
7549140abe Added a 'data' style that acts as a flag to the disassmebler to not disassemble this region 2016-03-05 20:58:30 -08:00
Rob McMullen
06aa3bfa9b Added verbose info for segments using dirents 2016-03-05 20:53:08 -08:00
Rob McMullen
d6fec961b8 Added verbose_info property for segments allowing more descriptive text 2016-03-04 23:52:05 -08:00
Rob McMullen
f2f36f11c5 Fixed mistake in EmptySegment constructor 2016-03-04 13:02:59 -08:00
Rob McMullen
18b53b8fcb Updated version number to 2.3.3 2016-03-02 14:30:29 -08:00
Rob McMullen
8918ebf3c6 Added boot segment parsing for raw boot disks (no assumptions about valid DOS flags in the boot sector) 2016-03-02 14:25:12 -08:00
Rob McMullen
320c5af153 Fixed check for boot disk image: doesn't work to assume initialization address at 4-5 is valid or JMP address at 6-8 are valid 2016-03-02 14:05:32 -08:00
Rob McMullen
fdfb1b85c5 Updated to 2.3.2 to publish fix for IndexByteSegment 2016-02-18 11:47:28 -08:00
Rob McMullen
18a12c0225 Changed IndexedByteSegment to use numpy array as order so fancy indexing works in __getitem__ 2016-02-18 10:17:21 -08:00
Rob McMullen
cfaca75052 Include scripts in MANIFEST.in; new version 2.3.1 2016-02-15 22:00:55 -08:00
Rob McMullen
671b55b981 Fixed style operations on IndexedByteSegment 2016-02-13 11:34:45 -08:00
Rob McMullen
2846da9334 Fixed bitmap sector size 2016-02-13 11:34:23 -08:00
Rob McMullen
42d2a977cc Added function to return ranges of selected styles 2016-02-12 22:53:58 -08:00
Rob McMullen
c30aaa451a Fixed single density boot sector indexing for double density disks 2016-02-12 22:01:39 -08:00
Rob McMullen
9f88cd22d2 Fixed some imports 2016-02-12 21:36:08 -08:00
Rob McMullen
3f40a914ea Split monolithic atrcopy.py into multiple files in the atrcopy package
* fixed setup.py to work with package format
2016-02-12 20:36:33 -08:00