Re: from elsewhere, an assembler
- From: "Wolfgang Kern" <nowhere@xxxxxxxxxxx>
- Date: Fri, 6 Apr 2007 14:01:34 +0200
Hi "cr88192",
... the group is human moderated (vs. machine moderated),
Be aware, Chuck posts here in ALA in the living form! :)
[..]
First, I'd keep the semicolon as the "old standard" comment
delimiter and use the separator "|" between instructions.
[..]
You should avoid automatic code-creation and offer
a few macros instead of inventing new instructions.
But it would be right for the few instructions which
"really need" a sizecast ie:
INCb/w/q/o[mem] instead of: INC very long word pointer [mem]
[..]
Mmh? Compile in memory?
Where else? :)
You mean immediate compilation with prototype opcode ?
where the programmer immediate can see code-size and format.
This is an interesting attempt as it would help for better
performing coding styles in general.
and a listing fragment (basic syntax):
add
04,ib al,i8
X80/0,ib rm8,i8
WX83/0,ib rm16,i8
TX83/0,ib rm32,i8
X83/0,ib rm64,i8
X02/r r8,rm8
where W/T/X/... tell where prefixes go (Word, DWord, REX).
I've seen it on CLAX, now I think to know its purpose...
__
wolfgang
.
- Follow-Ups:
- Re: from elsewhere, an assembler
- From: cr88192
- Re: from elsewhere, an assembler
- References:
- from elsewhere, an assembler
- From: cr88192
- from elsewhere, an assembler
- Prev by Date: Re: from elsewhere, an assembler
- Next by Date: Re: from elsewhere, an assembler
- Previous by thread: Re: from elsewhere, an assembler
- Next by thread: Re: from elsewhere, an assembler
- Index(es):
Relevant Pages
|