Circular References and Low Level Assembly?

The easiest way to get all this stuff is to compile the C code with the appropriate flag (at least in gcc I think it's -S) and see the generated assembly code You don't have any circular reference, you just need to make the linker aware that you want to refer to the memory defined in the C code named idt.

(Ans: it's a pointer to idt_entry, or strictly it's the name of the address idt0. ) How would you declare an external reference to a pointer in the asm file? The easiest way to get all this stuff is to compile the C code with the appropriate flag (at least in gcc I think it's -S) and see the generated assembly code.

You don't have any circular reference, you just need to make the linker aware that you want to refer to the memory defined in the C code named idt.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions