Re: Question regarding "HLA" and its validity.

From: C (blackmarlin_at_asean-mail.com)
Date: 04/26/04


Date: 26 Apr 2004 12:40:43 -0700


"Beth" <BethStone21@hotmail.NOSPICEDHAM.com> wrote in message news:<zo3jc.23783$4N3.20323@newsfe1-win>...

> RosAsm:
> mov ebx eax
> mov 1234h W$eax
> mov 42 W$Count

Think that should be...

RosAsm
        mov ebx eax
        mov W$eax 1234h
        mov W$Count 42

BTW: Luxasm's current syntax proposal gives...

        mov ebx, eax
        mov [ eax ]:2, 1234h
        mov [ Count ]:2, 42

Though there are several variants which will
produce the same code, flexability at its best
:-)

C
2004-04-26