From: Frank Kotler on
Ratch wrote:

....
> At his site. Ignore the "illegal MASM' written by MS, and take only
> what he and others wrote.

Link? To download part of it?

Best,
Frank
From: hutch-- on
Frank,

> Link? To download part of it?

There never will be.

From: Ratch on

"Frank Kotler" <fbkotler(a)verizon.net> wrote in message
news:YOmFi.1284$Z33.936(a)trndny08...
> Ratch wrote:
>
> ...
>> At his site. Ignore the "illegal MASM' written by MS, and take only
>> what he and others wrote.
>
> Link? To download part of it?

OK, then download the whole thing, discard the illegal MASM, and get it
legally directly from MS. Surely one can download anything as long as you
don't use it, right?

Ratch


From: //o//annabee on
P� Tue, 11 Sep 2007 03:51:00 +0100, skrev Ratch <watchit(a)comcast.net>:

>
> "Frank Kotler" <fbkotler(a)verizon.net> wrote in message
> news:YOmFi.1284$Z33.936(a)trndny08...
>> Ratch wrote:
>>
>> ...
>>> At his site. Ignore the "illegal MASM' written by MS, and take
>>> only
>>> what he and others wrote.
>>
>> Link? To download part of it?
>
> OK, then download the whole thing, discard the illegal MASM, and
> get it
> legally directly from MS. Surely one can download anything as long as
> you
> don't use it, right?

Not according to the answer Herbert got from Microsoft Germany you cant.


>
> Ratch
>
>

From: Frank Kotler on
//\\o//\\annabee wrote:

....
> ____________________________________________________________
> [push | push #1 | #+1]
> [call | push #L>2 | call #1]
>
> [DialogTitle: "Minimum RosAsm" 0
> Message: " --- Assembler Pure and Simple --- ", 0]
>
> [MessageBox | #=4 | push #L>1 | call 'USER32.MessageBoxA']
>
> [ExitProcess | Push 0 | call "KERNEL32.ExitProcess" ]
>
> main:
> push &MB_OK | push DialogTitle | push Message | push 0 | call
> 'USER32.MessageBoxA'
>
> push 0 | call "KERNEL32.ExitProcess"
>
>
> ;;
> The following are the same function calls using a selection of RosAsm
> user defined macros. Type checking are not fully implemented
> in the currect version of RosAsm, but He is working on it :)
> ;;
>
> MessageBox 0 Message DialogTitle &MB_OK
> ExitProcess
> ______________________________________________________________________________________
>
>
>
> DING!

There ya go!

Whether this is "better" or not might be (who am I kidding - *will* be)
a topic for debate. The fact that Hutch thinks that it doesn't contain
all the code can be interpreted a couple ways. Big point in your favor,
in my book!

Best,
Frank