diff options
Diffstat (limited to 'inc/geshi/asm.php')
-rw-r--r-- | inc/geshi/asm.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/geshi/asm.php b/inc/geshi/asm.php index cad5d06be..95046d64b 100644 --- a/inc/geshi/asm.php +++ b/inc/geshi/asm.php @@ -4,10 +4,10 @@ * ------- * Author: Tux (tux@inmail.cz) * Copyright: (c) 2004 Tux (http://tux.a4.cz/), Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.4 - * CVS Revision Version: $Revision: 1.5 $ + * Release Version: 1.0.7.5 + * CVS Revision Version: $Revision: 1.6 $ * Date Started: 2004/07/27 - * Last Modified: $Date: 2005/10/22 07:52:59 $ + * Last Modified: $Date: 2005/11/19 02:26:32 $ * * x86 Assembler language file for GeSHi. * Words are from SciTe configuration file (based on NASM syntax) @@ -91,7 +91,7 @@ $language_data = array ( 3 => array( 'ah','al','ax','bh','bl','bp','bx','ch','cl','cr0','cr2','cr3','cs','cx','dh','di','dl', 'dr0','dr1','dr2','dr3','dr6','dr7','ds','dx','eax','ebp','ebx','ecx','edi','edx', - 'es','esi','esp','fs','gs','si','sp','ss','st','tr3','tr4','tr5','tr6','tr7' + 'es','esi','esp','fs','gs','si','sp','ss','st','tr3','tr4','tr5','tr6','tr7', 'ah', 'bh', 'ch', 'dh' ), /*Directive*/ 4 => array( |