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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Address generation question


Have a look at the d10v.  It has a 16 bit instruction word and an 8 bit 
data word.

There are syntatic constructs available for specifying that an address 
should be in the instruction or data space vis:

	print *(@data int *)0x1234

this is handed by the address to pointer and pointer to address code.

Andrew


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