Re: from elsewhere, an assembler
- From: Herbert Kleebauer <klee@xxxxxxxxx>
- Date: Fri, 06 Apr 2007 14:59:00 +0200
Betov wrote:
Herbert Kleebauer <klee@xxxxxxxxx> écrivait news:46160622.95EA8A07
My own choices, in the whole syntax, has been that, on one hand,
_each_ char _must_ have a signification, and that, on the other
hand, the syntax must be a flexible as possible. On this very
point, i have choosen to make ',' the Line-Continuation Char,
what seems to me to have been a good choice. It makes it legal
to write, as well:
mov eax ebx | mov edx 0 | div ecx
mov,
eax,
ebx | mov edx,,,,,0
div,
,,, ecx
Funny, you allow multi statements on a line and because then
the line can become to long, you need a line continuation
character to allow a line break within an instruction and
not only at instruction borders.
mov eax ebx | mov edx eax | mov ecx edx
eax <- ebx
+--------------------+
edx <- eax-+
+--------------------+
ecx <- edx-+
What are you talking about? Rejecting the Multi-Instructions
lines concept? If yes... well... write it the way you'd like...
m'I gniklat tuoba gnitirw secnetnes morf tfel ot thgir tub sdrow
morf thgir ot tfel.
.
- Follow-Ups:
- Re: from elsewhere, an assembler
- From: Wolfgang Kern
- Re: from elsewhere, an assembler
- From: Betov
- Re: from elsewhere, an assembler
- From: Jim Carlock
- Re: from elsewhere, an assembler
- References:
- from elsewhere, an assembler
- From: cr88192
- Re: from elsewhere, an assembler
- From: SpooK
- Re: from elsewhere, an assembler
- From: cr88192
- Re: from elsewhere, an assembler
- From: Betov
- Re: from elsewhere, an assembler
- From: Herbert Kleebauer
- Re: from elsewhere, an assembler
- From: Betov
- 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
|
|