This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

"Instruction being put into a sepcified location"


Hi,

  How to put an instruction into a specified location (within a .text)?

  For example, if I want to put the following instruction,

  .text
   ...
   MOV R0, 0x2000

  into the memory location (.text + 0x20), i.e., the 0x20th location
in the text section. How can I do this using Fixups or Frags?

Thanks


-- 
Dr. Xinan Tang                    Member of Technical Staff
EMail: xinant@cognigine.com  	  Cognigine Corp.
Voice: 510.743.4930               6120 Stevenson Boulevard
Fax:   510.743.4910               Fremont, CA  94538


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]