Commit History

Author SHA1 Message Date
  nickysn 13ed542f0c + also fill the "size" field in the SEGDEF records 10 years ago
  nickysn a0aa85f372 + also fill "overlay name" in the SEGDEF records 10 years ago
  nickysn 293ffda788 * build the list of SEGDEF records from the ObjSectionList, instead of using a 10 years ago
  nickysn 1d236e8386 + count omf sections and set their index starting with 1 10 years ago
  nickysn e87148c425 + added property PrimaryGroup to TOmfObjSection; fill it with 'dgroup' if 10 years ago
  nickysn c7af648d69 + added omf-specific properties to TOmfObjSection and fill them in the constructor 10 years ago
  nickysn 38f8a942e2 + added descendant class TOmfObjSection (empty for now) for storing omf sections' extra data 10 years ago
  nickysn a1bc36ab56 + TOmfObjData.writeReloc: write the actual offset of the symbol in the section data 10 years ago
  nickysn 6a7fff644a * align non-code sections with zeros, instead of nops in the nasm asm output 10 years ago
  florian 29c28fd710 + define to be able to use epiktimer for time measurements 10 years ago
  florian 6e11efa664 - remove unneeded variable 10 years ago
  Jonas Maebe 5d8483185f * silence another warning from r30449 10 years ago
  michael 5f1553c1e7 * Patch from Tony Whyman, adding DisplayWidth stored modified to TFIeld properties (bug 27768) 10 years ago
  michael 2412a2faa2 * Fix for record no, recno tests pass 10 years ago
  Jonas Maebe 640efba580 * fixed warnings after r30449/r30450 10 years ago
  Jonas Maebe b403a8c3fd * fixed ppu dump for objc categories 10 years ago
  Jonas Maebe f6b03b2912 * updated ppudump for changes in ppu version 174 10 years ago
  michael 9a807bdfe3 * Implemented RETURNING clause as a way of updating fields 10 years ago
  michael 1427d94933 * Check changecount before deciding to cancel updates 10 years ago
  michael 1caae4e3bc * Fixed typo, part 2 (bug 27789) 10 years ago
  michael b9aa2928df * Fixed typo (bug 27789) 10 years ago
  nickysn 877a769ac3 + support align directive with a given use_op/fillop in the NASM asm writer 10 years ago
  nickysn 824bfd961b + very early (and incomplete/broken) implementation of FIXUPP records in the omf 10 years ago
  nickysn 3840db5457 * handle aitconst_farptr with a constant (nil) directly in the internal asm 10 years ago
  nickysn 393b9b54a8 + handle aitconst_farptr in the internal asm writer as a new relocation type (RELOC_FARPTR) 10 years ago
  nickysn 1c5d0ed09a + support aitconst_farptr in tai_const.size 10 years ago
  nickysn b67fea70bd + write a MODEND (end of module) record at the end of the omf file 10 years ago
  nickysn 28dc9fe68b * fixed definition of the ALUSInt type on 16-bit CPUs 10 years ago
  nickysn c59855b5e7 + start writing actual section content (without fixups and probably still buggy) 10 years ago
  florian 134457fb8c + define types depending on the ALU register size of the CPU, e. g. for most 8 Bit CPUs this is different from Ptr(U)Int, and e.g. also for the far pointer memory models of i8086 10 years ago