Re: Unions in Assembly Language

From: The Wannabee (faq_at_.@.@SZMyggenPV.com)
Date: 08/26/04


Date: Thu, 26 Aug 2004 17:59:27 +0200

På Thu, 26 Aug 2004 17:06:49 +0200, skrev f0dder
<f0dder_spicedham@flork.dk>:

> The Wannabee wrote:
>> But of course the _ASM_ equvivalent of your code is this :
>>
>> [c1 200
>> c2 0-32
>> c4 0-10]
>>
>> [FormatString : B$ '(x, y, z) = %d &d &d\n' 0]
>> call FormatConsoleOutput FormatString 3 c1 c2 c3
>>
> Not if you want the ability to change the jumptable at runtime,
> or other funky features :-)

No correct. But the point of asm is to also see when you need what. Thats
why I said you didnt include the dessision making code, and enough real
life logic, to need a calltable in the first place.