summaryrefslogtreecommitdiff
path: root/compiler/i8086/n8086tcon.pas
Commit message (Expand)AuthorAgeFilesLines
* * Removed/ifdefed lots of unused variables.yury2021-01-241-1/+0
* * fixed typed constants, initialized with Ofs(proc) in modes TP and DELPHI as...nickysn2018-02-061-0/+3
* * fixed the handling of Ofs(x) typed constants on i8086; previously, they wouldnickysn2018-02-051-3/+3
* * fixed the handling of Seg(proc) typed constants on i8086nickysn2018-02-051-0/+3
* * use an enum instead of integer constants to represent inline numbersnickysn2017-05-101-1/+1
* + added support for word/smallint typed constants, initialized with ofs() on ...nickysn2015-11-111-1/+33
* + added support for typed word/smallint constants, initialized with Seg(symbo...nickysn2015-11-051-1/+48
* + fixed the emitting of non-nil far and huge pointer constptrs in typednickysn2015-10-241-2/+17
* * synchronised with trunk up till r28402jonas2014-08-131-1/+1
|\
| * * is_farpointer and is_hugepointer moved from defutil to symcpunickysn2014-08-061-1/+1
* | * converted most of the asmlist-based typed const parsing to use the newjonas2014-07-011-2/+2
|/
* * fixed i8086 far pointer typed constants that are initialized with nilnickysn2014-04-031-0/+77