News:

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

stack, words and call ...

Started by James Ladd, May 12, 2005, 09:02:48 AM

Previous topic - Next topic

raymond

EGAD. Why reinvent the wheel with such a complex design (probably difficult to understand even by Einstein :P) when the simple invoke instruction is already available in MASM. It may not even be usable with other assemblers.

I guess it's like climbing a mountain. People do it simply because it's there!

Raymond
When you assume something, you risk being wrong half the time
http://www.ray.masmcode.com

Tedd

Quote from: striker on May 13, 2005, 03:13:48 AM
OMG - What have I started ?

For future reference: never ask 'simple' questions on this board :lol
No snowflake in an avalanche feels responsible.

Vortex

Quote from: raymond on May 13, 2005, 02:37:02 PM
EGAD. Why reinvent the wheel with such a complex design (probably difficult to understand even by Einstein :P) when the simple invoke instruction is already available in MASM. It may not even be usable with other assemblers.

I guess it's like climbing a mountain. People do it simply because it's there!

Raymond


Raymond,

Have a look at here to see why I reinvented the wheel :P

http://www.masmforum.com/simple/index.php?topic=99.0

hutch--

 :green

Nah,

We were just trying to lead James astray, walk on the wild side, do it different and still get it to work OK.  :bg
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

raymond

QuoteHave a look at here to see why I reinvented the wheel

Thanks for the reminder. I had forgotten that I had already looked at that thread many months ago. Must be age related. :boohoo:

Raymond
When you assume something, you risk being wrong half the time
http://www.ray.masmcode.com

Vortex

No problem Raymond, just as you said the simple invoke macro is enough for general purpose codig. My simple macro example demonstrates the power of Masm macro system.