Mattias Gaertner
|
99e99e17f0
pastojs: write expression
|
7 years ago |
Mattias Gaertner
|
4c2f2908fb
fcl-passrc: comments
|
7 years ago |
michael
|
3cc93fde2c
* Add empty virtual constructor to TRouteObject
|
7 years ago |
michael
|
92321c06e8
* Changed default debug server exe (bug ID 33140)
|
7 years ago |
michael
|
431f44ccb0
* Make debugserver configurable
|
7 years ago |
nickysn
|
cbf01fc284
+ added test tasm18.pp, which tests instructions with an operand size set
|
7 years ago |
nickysn
|
f0765421eb
+ also set the operand size in constants like recordtype (without addressing a
|
7 years ago |
nickysn
|
7338437dcd
* allow recordtype.recordfield constants to set the operand size; this makes things like
|
7 years ago |
nickysn
|
f829f70186
* use the 'size' return value of BuildConstSymbolExpression to set the operand size
|
7 years ago |
nickysn
|
384715be8d
+ add an extra output parameter 'size' to tx86intreader.BuildConstSymbolExpression,
|
7 years ago |
nickysn
|
4b339fd133
* convert the 'var' parameters of tx86intreader.BuildConstSymbolExpression to 'out'
|
7 years ago |
nickysn
|
84611d716b
* convert the 'var' parameters of tx86intreader.BuildRecordOffsetSize to 'out'
|
7 years ago |
nickysn
|
b49c09b84c
* convert the 'var' parameters of RAUtils.AsmSearchSym to 'out'
|
7 years ago |
nickysn
|
4d0d143501
* converted the 'size' parameter to RAUtils.SearchType to 'out' instead of 'var'
|
7 years ago |
nickysn
|
85c0b3854d
* converted the 'var' parameters of RAUtils.GetRecordOffsetSize to 'out',
|
7 years ago |
nickysn
|
391f85f828
+ for TP7 compatibility, allow the '&', '$' and '?' characters in the x86 intel
|
7 years ago |
nickysn
|
1709fa61a4
+ extended test tasm17.pp with 'dw offset @jumptarget', 'dd @jumptarget' and
|
7 years ago |
nickysn
|
dd04114af9
+ extended test tasm17.pp with 'DW @jumptarget'
|
7 years ago |
nickysn
|
d65fb1907a
+ extended test tasm17.pp with 'DW/DD const+offset x'; unfortunately, TP7 also
|
7 years ago |
Mattias Gaertner
|
16e51bb58e
pastojs: 0.9.4
|
7 years ago |
Mattias Gaertner
|
740d141c2e
fcl-passrc: resolver: nicer illegal qualifier error messages
|
7 years ago |
pierre
|
ed695624ab
Add clang as assembler for powerpc-darwin (powerpc64 is apparently not yet supported for MachO format)
|
7 years ago |
Mattias Gaertner
|
948d12ea73
pastojs: read/write primitive number
|
7 years ago |
Mattias Gaertner
|
9fb9939464
fcl-passrc: resolver: TPasIdentifierScope.GetLocalIdentifiers
|
7 years ago |
pierre
|
33188fb5ba
Add CROSSGDB macro for cross-cpu IDEs
|
7 years ago |
pierre
|
1ff69ee0fa
Fix compilation with SUPPORT_REMOTE macro defined
|
7 years ago |
nickysn
|
b2d71f6f66
* fix test tasm17.pp for the i8086 huge memory model
|
7 years ago |
nickysn
|
0c1062bb45
+ extended test tasm17 with 'DW/DD xx+constant' and 'DW/DD OFFSET xx+constant'
|
7 years ago |
nickysn
|
70cbb8c326
+ added test for 'DW/DD OFFSET xx' on i8086
|
7 years ago |
nickysn
|
5f56f6ec11
* always pass a valid constsize to ConcatConstSymbol; this prevents a compiler
|
7 years ago |