This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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] |
But the problem is h/w accesses memory as nth byte ot nth word so ( Base Reg + 1 ) if accessed in byte access mode will read 1st byte. For ex byte at 0001h if BASE REG = 0000h and it will access 1st word if memory is accessed in word mode. i.e a word from memory location 0002h.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |