nickysn
|
f14f4ff924
* use the 'FAR_DATA' segment class name instead of 'DATA' or 'BSS' in the huge
|
10 years ago |
nickysn
|
cfab5d3d3e
* the omfbase.omf_segclass const array converted to function in order to be able
|
10 years ago |
nickysn
|
cc2e27b555
* the function which returns the alignment of omf sections moved to unit
|
10 years ago |
nickysn
|
efef3882a0
* moved the code for determining whether an omf object section should
|
10 years ago |
nickysn
|
2e6d462ff6
* omf segment class names moved to a const array in omfbase, so they can be used
|
10 years ago |
nickysn
|
4061628ffb
* the i8086-msdos default code segment (in near code memory models) renamed
|
10 years ago |
nickysn
|
1a8e203bf5
* moved the omf section names constant to the omfbase unit and use it also in
|
10 years ago |
nickysn
|
7923b6142e
+ finished the internal omf library writer (implementing writing of the library
|
10 years ago |
nickysn
|
3fa81fa7cd
+ added overloaded methods TOmfRawRecords.ReadFrom and .WriteTo for reading from
|
10 years ago |
nickysn
|
32e0eca0dc
+ added read only property TOmfSubRecord_FIXUP.LocationSize, which returns the
|
10 years ago |
nickysn
|
623ea066c7
+ added class for encoding/decoding an omf library end record
|
10 years ago |
nickysn
|
24d9c06489
+ added class for encoding/decoding an omf library header record
|
10 years ago |
nickysn
|
3ce29dcfb2
+ added function for computing the hash for the omf libraries' dictionary
|
10 years ago |
nickysn
|
07ebd29911
* fixed warning in TOmfRecord_MODEND.DecodeFrom
|
10 years ago |
nickysn
|
e0be3e49ae
* when reading omf records (and subrecords), range check against
|
10 years ago |
nickysn
|
b4d044e1b2
+ implemented reading of MODEND omf records
|
10 years ago |
nickysn
|
4e0c77fcf4
check and cause an internal error in TOmfRecord_PUBDEF.EncodeTo when trying to
|
10 years ago |
nickysn
|
0e10290722
+ implemented writing a start address in a MODEND omf record
|
10 years ago |
nickysn
|
d3cc0770ac
+ added properties for specifying a start address in the MODEND omf record (reading/writing them to file not yet implemented)
|
10 years ago |
nickysn
|
bf0aaf5470
+ implemented TOmfRecord_PUBDEF.DecodeFrom
|
10 years ago |
nickysn
|
cea67320bf
+ implemented TOmfRecord_EXTDEF.DecodeFrom
|
10 years ago |
nickysn
|
10722abfac
+ implemented TOmfRecord_LNAMES.DecodeFrom
|
10 years ago |
nickysn
|
64cb865417
* check record type in TOmfRecord_THEADR.DecodeFrom
|
10 years ago |
nickysn
|
fb234e2149
+ check record type in TOmfRecord_COMENT.DecodeFrom
|
10 years ago |
nickysn
|
713f12f3f3
+ implemented TOmfRecord_GRPDEF.DecodeFrom
|
10 years ago |
nickysn
|
23b95cc291
+ added classes for writing EXTDEF omf records
|
10 years ago |
nickysn
|
fb45d5e11b
* fixed some off-by-1 errors in TOmfRecord_PUBDEF.EncodeTo
|
10 years ago |
nickysn
|
c4a8f22bc9
+ added classes for writing PUBDEF omf records
|
10 years ago |
nickysn
|
b67fea70bd
+ write a MODEND (end of module) record at the end of the omf file
|
10 years ago |
nickysn
|
444b63cf07
+ added class for reading/writing a FIXUP subrecord in a FIXUPP omf record
|
10 years ago |