News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Golden oldie BM algos written by Jeremy Collake

Started by hutch--, July 06, 2008, 08:04:42 AM

Previous topic - Next topic

mitchi

No No, I wasn't talking about that. I can use ML 9 and the MASM32 linker just fine. I was just talking about C hello horld (Compiled and linked with VS2008).
Talking about that, the CL compiler is actually smaller than the assembler   :dazzled: !!

cl.exe     122 KB
ML.EXE   349 KB


0x401000

There are a Boyer-Moore algorithm for Unicode? I was looking around the internet and found only in C++ ...

hutch--

You would have to roll that one yourself as I have not seen a hand written unicode version. It would still work the same way but you would be working with 2 byte characters instead of 1.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

0x401000

Quote from: hutch-- on February 23, 2011, 02:10:25 PM
You would have to roll that one yourself as I have not seen a hand written unicode version. It would still work the same way but you would be working with 2 byte characters instead of 1.

I have not seen too. Thank you hutch!  :U