summaryrefslogtreecommitdiff
path: root/compiler/msg
diff options
context:
space:
mode:
authornickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2015-08-26 15:57:44 +0000
committernickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2015-08-26 15:57:44 +0000
commit00c813926080e8564eabaf115dddd76c2dc8149b (patch)
tree9ac0ac8d8d695e55405ed959fe2650bcb3d5f10c /compiler/msg
parent6af33b693990e3dc09ddfe8f73e89d349e4f4b1d (diff)
downloadfpc-00c813926080e8564eabaf115dddd76c2dc8149b.tar.gz
+ support 'SEG' in the i8086 inline assembler
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@31428 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/msg')
-rw-r--r--compiler/msg/errore.msg5
1 files changed, 4 insertions, 1 deletions
diff --git a/compiler/msg/errore.msg b/compiler/msg/errore.msg
index 392bfa282e..09de401d1c 100644
--- a/compiler/msg/errore.msg
+++ b/compiler/msg/errore.msg
@@ -2449,7 +2449,7 @@ cg_f_max_units_reached=06057_F_Maximum number of units ($1) reached for the curr
#
# Assembler reader
#
-# 07125 is the last used one
+# 07126 is the last used one
#
asmr_d_start_reading=07000_DL_Starting $1 styled assembler parsing
% This informs you that an assembler block is being parsed
@@ -2750,6 +2750,9 @@ asmr_e_invalid_ref_register=07125_E_Invalid register used in memory reference ex
% FPU, vector and sometimes integer registers cannot be used in memory reference
% expressions, due to limitations of the cpu architecture or simple because
% it is not meaningful.
+asmr_e_seg_without_identifier=07126_E_SEG used without identifier
+% You can only use SEG with an identifier. Other syntaxes are not
+% supported
#
# Assembler/binary writers