Re: 8051/2 data and iram memory question
- From: Jack Klein <jackklein@xxxxxxxxxxx>
- Date: Wed, 14 Dec 2005 22:39:44 -0600
On Wed, 14 Dec 2005 05:27:47 -0500, PagCal <pagcal@xxxxxxxxxx> wrote
in comp.arch.embedded:
> Does iram overlap the 128 bytes of the data space or is it seperate?
Overlapped.
> In other words, does an indirect reference to 0, reference data at 0?
Direct and indirect references in the range of 0 to 7F (hex) both
reference the internal RAM.
--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~ajo/docs/FAQ-acllc.html
.
- References:
- 8051/2 data and iram memory question
- From: PagCal
- 8051/2 data and iram memory question
- Prev by Date: Correction
- Next by Date: Re: C Compiler comparison for PIC18?
- Previous by thread: Re: 8051/2 data and iram memory question
- Next by thread: Re: 8051/2 data and iram memory question
- Index(es):
Relevant Pages
|