Rob McMullen
|
1a7381b865
|
Classes no longer unnecessarily subclass from object, as in py3 it's the default
|
2018-06-24 17:20:32 -07:00 |
|
Rob McMullen
|
6b9cf6d4d2
|
Converted "from errors import *" to "from . import errors"
|
2018-06-24 12:10:59 -07:00 |
|
Rob McMullen
|
ab05cb1ae1
|
Changed start_addr to origin
|
2018-06-04 10:19:08 -07:00 |
|
Rob McMullen
|
bdaa44755a
|
Relaxed constraints for interleaving segments
* use size of smallest segment as size to interleave
* adjust downward if interleave factor not an integer multiple of size
|
2017-05-10 10:38:20 -07:00 |
|
Rob McMullen
|
841aa1dc9b
|
WIP for py3 support
|
2017-05-07 18:58:10 -07:00 |
|
Rob McMullen
|
bddae24cb1
|
Futurize --stage1 changes
|
2017-05-07 13:31:45 -07:00 |
|
Rob McMullen
|
b3800e81ac
|
Fixed test for segment start address
|
2017-05-06 22:41:03 -07:00 |
|
Rob McMullen
|
3efb3d1afa
|
Fixed segment resize that wasn't updating data/style attrs in DefaultSegment
|
2017-05-02 16:17:45 -07:00 |
|
Rob McMullen
|
a739b19cf2
|
Fixed comment test for change in get_comment_restore_data return value
|
2017-05-02 15:59:24 -07:00 |
|
Rob McMullen
|
053c7a773e
|
Changed get_xex to return segments: root segment & list of sub-segments
|
2017-03-26 22:19:09 -07:00 |
|
Rob McMullen
|
6f29e6053a
|
Added resizable segments
|
2017-03-22 22:34:21 -07:00 |
|
Rob McMullen
|
026417b295
|
Added better comment save/restore methods
|
2017-03-13 11:49:35 -07:00 |
|
Rob McMullen
|
f1b0f5ebac
|
Added faster comment splitting
* added functions to copy a segment & its base so comments can be marked on the copy of the base and show up in the copy of the segment
|
2017-03-13 07:05:37 -07:00 |
|
Rob McMullen
|
afa9c9786a
|
Fixed xex creation test
|
2017-03-12 21:48:13 -07:00 |
|
Rob McMullen
|
bdf0b67075
|
Fixed segment rawdata copy for non-indexed segments
|
2017-03-12 21:46:24 -07:00 |
|
Rob McMullen
|
bd4ff9569a
|
Added copy function to raw data
|
2017-03-12 17:01:28 -07:00 |
|
Rob McMullen
|
ea9466cda7
|
Added segment interleaving support
|
2016-05-17 14:53:52 -07:00 |
|
Rob McMullen
|
0f209cf50a
|
Fixed indexing of sub-arrays
|
2016-05-10 11:37:01 -07:00 |
|
Rob McMullen
|
eaca5e166a
|
Added XEX creator from a list of segments
|
2016-05-05 17:14:23 -07:00 |
|