From 6a4ba5d3976f6d219400a46c634dd479bc5981a5 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 2 Jul 2012 17:28:05 +0200 Subject: Update lzo version --- lzo/asm/i386/00README.TXT | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lzo/asm/i386/00README.TXT') diff --git a/lzo/asm/i386/00README.TXT b/lzo/asm/i386/00README.TXT index 0d3dcf9f..81b01423 100644 --- a/lzo/asm/i386/00README.TXT +++ b/lzo/asm/i386/00README.TXT @@ -4,7 +4,7 @@ Directory overview: As writing portable assembler sources supporting different operating systems, compilers and assemblers has proven to be extremely painful, -the assembler sources have been converted into a more portable `db' +the assembler sources have been converted into a more portable 'db' format. Use these whenever possible. src_gas sources converted for portable gcc/gas syntax @@ -15,7 +15,7 @@ format. Use these whenever possible. obj pre-assembled object files -Also look `src_XXX/all/asm_all.asm' which contains all assembler +Also look 'src_XXX/all/asm_all.asm' which contains all assembler functions conveniently arranged into a single file. @@ -26,13 +26,13 @@ Notes: running in protected mode - they should work with all i386 32-bit compilers around. -- All functions expect a `cdecl' (C stack based) calling convention. - The function return value will be placed into `eax'. +- All functions expect a 'cdecl' (C stack based) calling convention. + The function return value will be placed into 'eax'. All other registers are preserved. - Prototypes for the assembler functions can be found in . -- For reasons of speed all fast assembler decompressors (having `_fast' +- For reasons of speed all fast assembler decompressors (having '_fast' in their name) can access (write to) up to 3 bytes past the end of the decompressed (output) block. Data past the end of the compressed (input) block is never accessed (read from). -- cgit v1.2.3