Jonas Maebe
|
f6b03b2912
* updated ppudump for changes in ppu version 174
|
10 年之前 |
michael
|
9a807bdfe3
* Implemented RETURNING clause as a way of updating fields
|
10 年之前 |
michael
|
1427d94933
* Check changecount before deciding to cancel updates
|
10 年之前 |
michael
|
1caae4e3bc
* Fixed typo, part 2 (bug 27789)
|
10 年之前 |
michael
|
b9aa2928df
* Fixed typo (bug 27789)
|
10 年之前 |
nickysn
|
877a769ac3
+ support align directive with a given use_op/fillop in the NASM asm writer
|
10 年之前 |
nickysn
|
824bfd961b
+ very early (and incomplete/broken) implementation of FIXUPP records in the omf
|
10 年之前 |
nickysn
|
3840db5457
* handle aitconst_farptr with a constant (nil) directly in the internal asm
|
10 年之前 |
nickysn
|
393b9b54a8
+ handle aitconst_farptr in the internal asm writer as a new relocation type (RELOC_FARPTR)
|
10 年之前 |
nickysn
|
1c5d0ed09a
+ support aitconst_farptr in tai_const.size
|
10 年之前 |
nickysn
|
b67fea70bd
+ write a MODEND (end of module) record at the end of the omf file
|
10 年之前 |
nickysn
|
28dc9fe68b
* fixed definition of the ALUSInt type on 16-bit CPUs
|
10 年之前 |
nickysn
|
c59855b5e7
+ start writing actual section content (without fixups and probably still buggy)
|
10 年之前 |
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 年之前 |
florian
|
9ab9e03650
* limit number of possible units with initialization/finalization for a certain architecture to high(aint)
|
10 年之前 |
florian
|
b684719f1e
+ give an error if allocated temps. overflow the normally max. available space
|
10 年之前 |
nickysn
|
444b63cf07
+ added class for reading/writing a FIXUP subrecord in a FIXUPP omf record
|
10 年之前 |
pierre
|
c59e8733d6
Try to fix error introduced in commit 28925 leading to corruption of HelpFiles and SourceDirList
|
10 年之前 |
florian
|
1114089d25
* IsJumpToLabel checks number of operands
|
10 年之前 |
florian
|
02d9c676d3
* make offsets passed to tconst of type asizeint instead of aint
|
10 年之前 |
florian
|
63bf17440c
* use volatile registers first
|
10 年之前 |
florian
|
db63693b7e
* tai returned by GetNextInstructionUsingReg must be checked if it is really an instruction
|
10 年之前 |
florian
|
2b9c0ef3b4
- jmp_instructions shouldn't include call/ret instructions
|
10 年之前 |
florian
|
73c0422997
+ create defines for CPU ALU size
|
10 年之前 |
florian
|
a01a010824
* disable lineinfo unit for avr for now
|
10 年之前 |
florian
|
2daae5ff03
* moved comment so it is recognized by lazarus as a method description
|
10 年之前 |
florian
|
31709b1b43
* check registers of ait_regalloc for a valid color when translating and compiling with -dextdebug
|
10 年之前 |
michael
|
5e99f7f9c1
* Implemented sqoCancelUpdatesOnRefresh, remedy bug ID #21989
|
10 年之前 |
nickysn
|
25411c3871
+ added omf fixup related enums
|
10 年之前 |
michael
|
d63961ce02
* Fixed bug ID #8201
|
10 年之前 |