Alan Cox wrote:
> > I'm translatting the assembler source code of Linux (as86) to Nasm
> > syntax. I need to understand the syntax of as86 wich is (very??)
> > different from Nasm's one, in particular :
>
> Ye gods. Umm no idea
>
> >
> > movb 4(di),*36 ; (What mean the * prefix of value 36)
> > ; does 4(di) means [di+4] ???
> >
> > Do you know where I can find any documentation. If not may be I can
> > reach Bruce Evans himself.
>
> Try [EMAIL PROTECTED] - they use this stuff for serious 8) work
Hi all,
Like part of my previous message will show you, I will apreciate any
documentation on as86 syntax, I mean, may be a document where stuff like
previous 'movb 4(di),*36' will be explain.
Thanks in advance
Thierry