diff options
| author | karoly <karoly@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2016-07-06 13:34:38 +0000 |
|---|---|---|
| committer | karoly <karoly@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2016-07-06 13:34:38 +0000 |
| commit | 3d18ec00f4c7accc98b22fda28aaaaa386b02c1c (patch) | |
| tree | 346d01111760d6a265b346f2aa54d9eb15d5048f /compiler/msg/errorf.msg | |
| parent | 2f082fab7d8d30f3d93eacebdf62a4de575b897d (diff) | |
| download | fpc-3d18ec00f4c7accc98b22fda28aaaaa386b02c1c.tar.gz | |
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
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@34081 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/msg/errorf.msg')
| -rw-r--r-- | compiler/msg/errorf.msg | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/compiler/msg/errorf.msg b/compiler/msg/errorf.msg index aaef004492..58c496d938 100644 --- a/compiler/msg/errorf.msg +++ b/compiler/msg/errorf.msg @@ -1838,6 +1838,10 @@ option_help_pages=11025_[ 3*1R<x>_type lecture assembleur : 3*2Ratt_lit l'assembleur AT&T 3*2Rintel_lit l'assembleur Intel +4*2Ratt_lit l'assembleur AT&T +4*2Rintel_lit l'assembleur Intel +8*2Ratt_lit l'assembleur AT&T +8*2Rintel_lit l'assembleur Intel 3*2Rdirect_copie le texte assembleur directement dans le fichier assembleur 3*1O<x>_optimisations : 3*2Og_g‚nŠre du code compact @@ -1873,7 +1877,7 @@ option_help_pages=11025_[ 6*2Ox_optimize maximum (still BUGGY!!!) 6*2O2_set target processor to a MC68020+ 6*1R<x>_styles d'assembleur : -6*2RMOT_lire l'assembleur type motorola +6*2RMOT_lire l'assembleur type Motorola 6*1T<x>_SystŠme d'exploitation cible : 6*2TAMIGA_Commodore Amiga 6*2TATARI_Atari ST/STe/TT @@ -1882,7 +1886,7 @@ option_help_pages=11025_[ **1*_ **1?_affiche cette aide 6*1R<x>_version de l'assembleur lu -6*2RMOT_read motorola style assembler +6*2RMOT_read Motorola style assembler 6*1T<x>_Target operating system: 6*2TAMIGA_Commodore Amiga 6*2TATARI_Atari ST/STe/TT |
