Thread overview |
---|
August 27, 2003 Regarding inline assmebler | ||||
---|---|---|---|---|
| ||||
I read the docs with dmc and noticed that the EBX register is reserved (at least that's how it read by my eyes). But then later you mention that EBX is supported? Do you mean supported by other opcodes handling that register only...or that it can manually be manipulated by me? Just a confusion that I hoped to clear up =)
--
Gregory Peet
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it."
-Brian Kernighan
|
August 27, 2003 Re: Regarding inline assmebler | ||||
---|---|---|---|---|
| ||||
Posted in reply to Greg Peet | "Greg Peet" <admin@REMOVEMEgregpeet.com> wrote in message news:bihvfn$28vj$1@digitaldaemon.com... > I read the docs with dmc and noticed that the EBX register is reserved (at least that's how it read by my eyes). But then later you mention that EBX is > supported? Do you mean supported by other opcodes handling that register only...or that it can manually be manipulated by me? Just a confusion that I > hoped to clear up =) I'm not sure what you mean. You can use EBX like any other register, but the calling convention requires that it be saved/restored. |
August 27, 2003 Re: Regarding inline assmebler | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | Sorry if I was cryptic, you got my question head on =) "Walter" <walter@digitalmars.com> wrote in message news:bij5m0$13kj$1@digitaldaemon.com... | | | "Greg Peet" <admin@REMOVEMEgregpeet.com> wrote in message | news:bihvfn$28vj$1@digitaldaemon.com... | > I read the docs with dmc and noticed that the EBX register is reserved (at | > least that's how it read by my eyes). But then later you mention that EBX | is | > supported? Do you mean supported by other opcodes handling that register | > only...or that it can manually be manipulated by me? Just a confusion that | I | > hoped to clear up =) | | I'm not sure what you mean. You can use EBX like any other register, but the | calling convention requires that it be saved/restored. | | |
Copyright © 1999-2021 by the D Language Foundation