Károly Balogh
|
b0ca7e9594
show AT&T and Intel style assembler switches in i8086 and x86_64 help text. also fix Motorola name initials at several places for 68k
|
9 years ago |
svenbarth
|
88108bc4df
Extend "compilerproc" with the optional ability to specify an index (same syntax as for "internproc") which allows to map the routine to a syssym.
|
9 years ago |
svenbarth
|
cde95b0e4a
Merge all message related changes from the package branch
|
9 years ago |
florian
|
f01edc0a57
* copyright message updated to 2016
|
9 years ago |
florian
|
cb4773432b
+ hardfloat directive (arm only): use hard float calling conventions regardless of the abi, resolves #29715
|
9 years ago |
nickysn
|
06b9789928
+ implemented a new {$ASMCPU XXX} directive, allowing to specify a different
|
9 years ago |
Tomas Hajny
|
6a8caf84b2
* -Mdelphiunicode added to the help pages
|
9 years ago |
florian
|
aa0ec8c0e5
+ show -Mextendedpascal in the help page
|
9 years ago |
florian
|
368d77dfae
+ show -Miso in the help page
|
9 years ago |
svenbarth
|
e9d8fadb58
Merged revision(s) 28237 from branches/svenbarth/packages:
|
9 years ago |
nickysn
|
a508f9e5d3
+ added check if the selected cpu is 386+ when writing a 66h or 67h prefix in
|
9 years ago |
nickysn
|
114c76bc4a
+ added i8086 to the list of supported cpus in the compiler usage help screen
|
9 years ago |
florian
|
37cb35d780
+ support for the .code directive in arm inline assembler
|
9 years ago |
Károly Balogh
|
3675fc75cb
VLink Support:
|
9 years ago |
svenbarth
|
dabde774c4
Fix for Mantis #29005.
|
9 years ago |
nickysn
|
a553b15a1c
+ handle properly inline asm segment constants different than word:
|
9 years ago |
nickysn
|
995ca4fb12
+ implemented the 'SEG @DATA' inline assembler directive for i8086
|
9 years ago |
nickysn
|
7d41d19150
+ added an error message when trying to compile a tiny model DOS .COM file with
|
9 years ago |
pierre
|
5c5c28ab9b
Add new general_e_exception_raised Error
|
10 years ago |
svenbarth
|
79f19f79f2
msg/errore.msg:
|
10 years ago |
Jonas Maebe
|
4564bffb85
* use binutils 2.19+ linker script "augmentation" functionality to specify
|
10 years ago |
Jonas Maebe
|
e06a759e20
- reverted r31664, it causes crashes with some ld versions :/
|
10 years ago |
Jonas Maebe
|
cd41bf672c
* use binutils 2.19+ linker script "augmentation" functionality to specify
|
10 years ago |
nickysn
|
253793ab9d
+ added the 'farprocspushoddbp' target switch to the help screen
|
10 years ago |
nickysn
|
4c9b339c22
+ added the huge memory model option to the compiler help screen
|
10 years ago |
Jonas Maebe
|
e720b44471
* expand the error message for when trying to use a formal class with an
|
10 years ago |
nickysn
|
e9c790f4eb
+ support 'SEG' in the i8086 inline assembler
|
10 years ago |
nickysn
|
6e20e0fc84
+ added checks and error messages in case a 16-bit segment or group exceeds 64k
|
10 years ago |
florian
|
ee89e99189
* correctly write an error if one tries to implement a method introduced in a generic in a specialization of the generic, resolves issue #23169
|
10 years ago |
Jonas Maebe
|
e3ddf1c0b7
* fixed typos in error.msg (patch by Stéphane Aulery, mantis #27931)
|
10 years ago |