News:

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

Is that possible ??

Started by Ivan2k2, June 17, 2006, 03:05:31 PM

Previous topic - Next topic

Ivan2k2

Is that possible to convert this code from fasm to masm ???


[attachment deleted by admin]


hutch--

Ivan,

I had a quick look at your code and I doubt that it can be done so small in MASM as the linker will buld even tiny examples at 1024 bytes which is the legal PE minimum, headers plus one section. I have seen very small apps written in HEX but they may not actually run, just not flag and error as they close.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Ivan2k2

It will not work on all nt-systems, because of different values for used native APIs,  and will not work on 9x-systems, but i've tested it
on many computers with xp sp2 with success. The only way(IMHO) is compile it in *.com format and then rename to *.exe

Casper

It has to be the fastest shutdown I have ever seen.  2 seconds on my XP SP2.

Casper