1 Aug 2002 06:43
)
Anticipating a Reply <ruxyz <at> yahoo.com>
2002-08-01 04:43:56 GMT
2002-08-01 04:43:56 GMT
Hi Frederic , Thanks again . Let me do some more investigation and study before I ask anymore questions on AT&T syntax and Assembly . With Best Regards --- Frederic Marmond <fmarmond <at> eprocess.fr> wrote: > hum, well... > I don't use the AT&T syntax, so, I may be wrong, but > I think your code > is not right again: > you don't specify any segment! (only the bx > register) > So, how do you think the CPU will know where to put > your 0x411f ? > You have to specify the segment after having fill it > with a value. > movw 0xb800,%bx > movw %bx,%ds > movw $0x411f,(%bx) <= I'm not sure (perhapse > a AT&T guru may help us) > Here, we > assume that DS is > the default segment token by the as compiler > > if I take your origin-code:(Continue reading)
)
RSS Feed